# 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 |

{% hint style="info" %}
If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% endhint %}
