refactor: move old homepage to v1

This commit is contained in:
Marc Seitz
2024-02-06 01:04:07 +11:00
parent 483ff0df0b
commit dbd28428e3
2 changed files with 1 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ export default async function middleware(req: NextRequest, ev: NextFetchEvent) {
if (
path !== "/" &&
path !== "/v1" &&
path !== "/register" &&
path !== "/privacy" &&
path !== "/oss-friends" &&