mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
chore: also redirect docs/ with trailing slash (#19965)
Cause I keep running into that lol
This commit is contained in:
parent
649221176c
commit
184c7390a1
1 changed files with 3 additions and 2 deletions
5
docs/static/_redirects
vendored
5
docs/static/_redirects
vendored
|
|
@ -1,4 +1,5 @@
|
|||
/docs /docs/overview/introduction 307
|
||||
/docs /docs/overview/welcome 307
|
||||
/docs/ /docs/overview/welcome 307
|
||||
/docs/mobile-app-beta-program /docs/features/mobile-app 307
|
||||
/docs/contribution-guidelines /docs/overview/support-the-project#contributing 307
|
||||
/docs/install /docs/install/docker-compose 307
|
||||
|
|
@ -30,4 +31,4 @@
|
|||
/docs/guides/api-album-sync /docs/community-projects 307
|
||||
/docs/guides/remove-offline-files /docs/community-projects 307
|
||||
/milestones /roadmap 307
|
||||
/docs/overview/introduction /docs/overview/welcome 307
|
||||
/docs/overview/introduction /docs/overview/welcome 307
|
||||
|
|
|
|||
Loading…
Reference in a new issue