You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/2.setup.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ Configure where your content is stored and where changes will be committed.
43
43
44
44
When deploying on **Vercel**, **Netlify**, **GitHub Actions**, or **GitLab CI**, the repository details (`provider`, `owner`, `repo`, and `branch`) are **automatically detected** from the CI environment variables — no manual configuration is needed.
45
45
46
-
::note
47
-
On Vercel, make sure that the **[Automatically expose System Environment Variables](https://vercel.com/docs/environment-variables/system-environment-variables#automatically-expose-system-environment-variables)** option is enabled in your project settings for auto-detection to work.
48
-
::
46
+
:::note
47
+
On Vercel, make sure that the **[Automatically expose System Environment Variables](https://vercel.com/docs/environment-variables/system-environment-variables#automatically-expose-system-environment-variables)** option is enabled in your project settings for auto-detection to work.
48
+
:::
49
49
50
50
For other platforms, or to override the detected values, configure the repository manually:
51
51
@@ -90,14 +90,14 @@ If you want to pre-render all your pages, use the following configuration:
90
90
91
91
```ts [nuxt.config.ts]
92
92
exportdefaultdefineNuxtConfig({
93
-
nitro: {
94
-
prerender: {
95
-
// Pre-render the homepage
96
-
routes: ['/'],
97
-
// Then crawl all the links on the page
98
-
crawlLinks: true
99
-
}
93
+
nitro: {
94
+
prerender: {
95
+
// Pre-render the homepage
96
+
routes: ['/'],
97
+
// Then crawl all the links on the page
98
+
crawlLinks: true
100
99
}
100
+
}
101
101
})
102
102
```
103
103
@@ -136,12 +136,12 @@ Use the `repository` option to specify your git repository to sync in production
136
136
137
137
When deploying on supported platforms, the repository details are **automatically detected** from CI environment variables:
Auto-detection only applies when `owner` and `repo` are not explicitly set. Any manually configured values always take precedence.
147
147
@@ -213,7 +213,6 @@ Nuxt Studio includes built-in internationalization support with the following la
213
213
- 🇺🇦 **Ukrainian**
214
214
- 🇨🇳 **Chinese**
215
215
- 🇰🇷 **Korean**
216
-
- 🇮🇶 **Kurdish**
217
216
- 🇨🇿 **Czech**
218
217
- 🇳🇴 **Norwegian (Bokmål)**
219
218
- 🇳🇴 **Norwegian (Nynorsk)**
@@ -240,7 +239,7 @@ This will translate:
240
239
- Contextual messages and notifications
241
240
242
241
::callout{icon="i-lucide-heart-handshake"}
243
-
Community contributions for new language translations are welcome! If you'd like to add support for a new language, please visit the [GitHub repository](https://github.com/nuxt-content/nuxt-studio) and drop a pull request.
242
+
Community contributions for new language translations are welcome! If you'd like to add support for a new language, please visit the [GitHub repository](https://github.com/nuxt-content/studio) and drop a pull request.
0 commit comments