📚 Is your documentation request related to a problem?
To get page routing to work, I had to remove the app.vue file from the project and to get the index file working I also needed to add the pageMeta inside the Home.vue file
definePageMeta({
alias: ["/", "/home"],
});
🔍 Where should you find it?
No response
ℹ️ Additional context
No response
📚 Is your documentation request related to a problem?
To get page routing to work, I had to remove the
app.vuefile from the project and to get the index file working I also needed to add the pageMeta inside theHome.vuefile🔍 Where should you find it?
No response
ℹ️ Additional context
No response