Common Frameworks
You will also have to define the correct publish directory. Here's a list of default configurations for popular frameworks:
Framework | Build Command | Output Directory |
---|---|---|
Create React App | npm run build or yarn build | build |
Gatsby | gatsby build | public |
Hugo | yarn && hugo | public |
Jeky II | jekyll build | _site |
Next.js | yarn && yarn build && yarn export | out |
Gridsome | yarn && yarn build | dist |
Svelte | yarn && yarn build | public |
Sapper | yarn && yarn export | __sapper__/export |
If you have any questions, please join our Discord server, or send us an email at [email protected].
Last modified 11mo ago