vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
11.33k stars 1.83k forks source link

fix directory 404 #3788

Closed fjun99 closed 2 weeks ago

fjun99 commented 2 weeks ago

Is your feature request related to a problem? Please describe.

no

Describe the solution you'd like

Take https://abc.com/tutorial/ as an example:

Can we let https://abc.com/tutorial redirect to https://abc.com/tutorial/ by default.

Thanks.

Describe alternatives you've considered

No response

Additional context

No response

Validations

brc-dd commented 2 weeks ago

How are you hosting your site?

fjun99 commented 2 weeks ago

How are you hosting your site?

I host my site on vercel.

And in dev mode, this is the case. So I suggest to make some changes in vitepress.

brc-dd commented 2 weeks ago

In prod (vitepress preview) it should work fine. Fixing this in dev was explored earlier but was bit complex. If it's not working for you in deployed version, you probably need to configure vercel.

fjun99 commented 2 weeks ago

In prod (vitepress preview) it should work fine. Fixing this in dev was explored earlier but was bit complex. If it's not working for you in deployed version, you probably need to configure vercel.

thanks