Replies: 1 comment
|
The home page and the other items in the Directus pages collection are handled using this Nuxt catch-all route. https://github.com/directus-labs/agency-os/blob/main/pages/%5B...permalink%5D.vue |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I can see that OS Agency isn't using the pages folder to handle routing. So how is routing being handled? What page/component(s) are being loaded for the home page? How is the routing being handled under the hood?
All reactions