zankhq / astro-starter

Astro starter template
https://astrostarter.zank.studio
MIT License
55 stars 8 forks source link

localhost:4321/admin is 404 error #9

Closed caseyjkey closed 9 months ago

caseyjkey commented 9 months ago

How do I access the admin dashboard locally?

So far, I have cloned the repository, and I edited the constants file to use Netlify and the Netlify deployed URL as the site URL. When I run pnpm dev, the url localhost:4321/admin causes a 404 error when I expect to see the admin dashboard.

caseyjkey commented 9 months ago

Visiting localhost:4321/admin/ works.