Skip to content
Discussion options

You must be logged in to vote

Thanks for the report 🙌

Sharing here our Discord URL in case you may not have been using the correct one: https://astro.build/chat/

I guess there are 2 issues at play here:

a 404 going to http://localhost:4321/wallace/docs even though I do have this file with contents as per the guide:

As mentioned in the "Add content" section of the getting started guide, Starlight content is located in the src/content/docs/ directory.

You do indeed have an index.md file in site/src/content/docs/ directory, but you also have a site/src/pages/index.astro file that is taking precedence over the content route. Deleting the site/src/pages/index.astro file and visiting http://localhost:4321/wallace/ does lo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@andyhasit
Comment options

Answer selected by andyhasit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants