HiDeoo / starlight-blog

Starlight plugin to add a blog to your documentation
https://starlight-blog-docs.vercel.app
MIT License
106 stars 10 forks source link

the installation steps in README is not working. #22

Closed xu4wang closed 4 months ago

xu4wang commented 5 months ago

Describe the bug

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

Looks 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