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 |
| build |
Gatsby |
| public |
Hugo |
| public |
Jeky II |
| _site |
Next.js |
| out |
Gridsome |
| dist |
Svelte |
| public |
Sapper |
| __sapper__/export |
If you have any questions, please join our Discord server, or send us an email at contact@4everland.org.
Last updated