fix(docs): enable trailingSlash to prevent 404 flash on direct navigation (#3039)

This commit is contained in:
fallenbagel
2026-05-16 15:04:05 +08:00
committed by GitHub
parent d88242fd62
commit df105b81e3
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Seerr provides integration features that connect with your Plex media server to
## Available Features
- [Watchlist Auto Request](./plex/watchlist-auto-request) - Automatically request media from your Plex Watchlist
- [Watchlist Auto Request](./watchlist-auto-request) - Automatically request media from your Plex Watchlist
- More features coming soon!
## Prerequisites

View File

@@ -10,7 +10,7 @@ const config: Config = {
url: 'https://docs.seerr.dev',
baseUrl: '/',
trailingSlash: false,
trailingSlash: true,
future: {
faster: {