#renaming index.vue

4 messages · Page 1 of 1 (latest)

primal crypt
#

Hi!

By default, the route for the index.vue file is "/".
What if I want the route to be "mysite.com/home" ?

Is there a way to achieve that?

Thanks,
eric

uncut sentinel
#

Hello Eric!

You can add this to your nuxt.config.ts file:
app: { baseURL: "/home/" }
this will change the route of the index.vue file.

good luck!

pulsar barn
#

Couldn't you just name it home.vue?

pulsar barn