Skip to content

Commit

Permalink
chore: export theme-designer for Netlify hosting
Browse files Browse the repository at this point in the history
To host Next on Netlify it requires v10.0.6 or above. For what ever reason our next site does not build.
For time considerations we can just export it as a static site, and look to upgrading next and it's hosting at a later date.
  • Loading branch information
SiTaggart committed Apr 14, 2021
1 parent 174be6d commit 8de49d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ packages/paste-website/public

# next.js build output
.next
out/

# Apple gunk
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-theme-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
Expand Down

2 comments on commit 8de49d7

@vercel
Copy link

@vercel vercel bot commented on 8de49d7 Apr 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8de49d7 Apr 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

paste – ./

paste.twilio.design
paste-git-main-twilio-dsys.vercel.app
paste-twilio-dsys.vercel.app

Please sign in to comment.