Configuration
configure nuxt config stand
export default defineAppConfig({
stand: {
contentRoot: null,
defaultLayout: null,
},
});
Key | Type | Default | Description |
---|---|---|---|
contentRoot | string OR null | null | Content directory root |
defaultLayout | string OR false | false | Default layout to use for pages (supports every layouts in your app example:default ,custom ) |
We work on more options for stand app config if you have any idea please create issue in
github