Follow the steps in readme, after npm run dev, I got
> starlight@0.0.1 dev
> astro dev
Re-optimizing dependencies because vite config has changed
16:49:06 [WARN] The injected route "/blog/tags/[tag]" by starlight-blog specifies the entry point with the "entryPoint" property. This property is deprecated, please use "entrypoint" instead.
16:49:06 [WARN] The injected route "/blog/[...page]" by starlight-blog specifies the entry point with the "entryPoint" property. This property is deprecated, please use "entrypoint" instead.
16:49:07 [vite] Re-optimizing dependencies because vite config has changed
astro v4.2.0 ready in 390 ms
┃ Local http://localhost:4321/
┃ Network use --host to expose
Describe the bug
Follow the steps in readme, after
npm run dev
, I gotLooks like the blog is not enabled.
http://localhost:4321/ still shows the default starlight index.
To Reproduce
follow the installation procedure in readme.md
Expected behavior
should be able to see the blog
How often does this bug happen?
Every time
System Info
No response
Additional Context
No response