Configuration

configure nuxt config stand

export default defineAppConfig({
  stand: {
    contentRoot: null,
    defaultLayout: null,
  },
});
KeyTypeDefaultDescription
contentRootstring OR nullnullContent directory root
defaultLayoutstring OR falsefalseDefault 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