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" &&

View File

@@ -8,7 +8,6 @@ import Testimonials from "@/components/web/testimonials";
import Logos from "@/components/web/logos";
import Head from "next/head";
import Section3 from "@/components/web/section3";
import Banner from "@/components/web/banner-launch-week";
export default function Home() {
return (