We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dee47b commit 22c73a4Copy full SHA for 22c73a4
2 files changed
apps/website/nuxt.config.ts
@@ -1,7 +1,33 @@
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
export default defineNuxtConfig({
3
devtools: { enabled: true },
4
-
+ future: {
5
+ compatibilityVersion: 4,
6
+ },
7
+ // To re-enable _all_ Nuxt v3 behavior, set the following options:
8
+ srcDir: '.',
9
+ dir: {
10
+ app: 'app',
11
12
+ experimental: {
13
+ scanPageMeta: 'after-resolve',
14
+ sharedPrerenderData: false,
15
+ compileTemplate: true,
16
+ resetAsyncDataToUndefined: true,
17
+ templateUtils: true,
18
+ relativeWatchPaths: true,
19
+ normalizeComponentNames: false,
20
+ defaults: {
21
+ useAsyncData: {
22
+ deep: true,
23
24
25
26
+ unhead: {
27
+ renderSSRHeadOptions: {
28
+ omitLineBreaks: false,
29
30
31
// https://nuxt.com/docs/api/configuration/nuxt-config#modules
32
modules: [
33
/* --- ui --- */
0 commit comments