staticwebdev / nextjs-starter

A Next.js starter application for deploying to Azure Static Web Apps
https://docs.microsoft.com/azure/static-web-apps/deploy-nextjs
31 stars 27 forks source link

Routing Doesn't Work #6

Closed m-sterspace closed 2 years ago

m-sterspace commented 3 years ago

Routing doesn't work in this example when deployed on static web apps.

There is no routes.json file, so no matter what url you enter into the address bar, it will always serve you with the main index.html homepage.

fhinkel commented 2 years ago

Hi there 👋 . Thanks for opening an issue. We made some changes to the app and routing works fine now on the deployed app (/project/sveltejs-svelte, /, project/vuejs-vue, ...). I'm going to close this issue.