#how can i set base url `/home` using nuxt/nuxi generate?
3 messages · Page 1 of 1 (latest)
in nuxt 2, it is pretty well router.base in config
i am trying migrating nuxt 2 to nuxt 3
it is difficult to set base url
Similar in Nuxt 3. Inside your nuxt config, within the app: {} object, you can define baseURL: “/home”
Ref:
https://nuxt.com/docs/api/configuration/nuxt-config#baseurl