Use a separate section for search so we can better control the folder

This commit is contained in:
Jackson Harper
2024-08-13 23:38:18 +08:00
parent cca1cbfff4
commit 588f7d0fdc
4 changed files with 29 additions and 16 deletions

View File

@ -69,6 +69,10 @@ const moduleExports = {
source: '/subscriptions',
destination: '/l/subscriptions',
})
rewrites.push({
source: '/search',
destination: '/l/search',
})
rewrites.push({
source: '/archive',
destination: '/l/archive',