mirror of
https://github.com/mfts/papermark.git
synced 2025-12-20 01:03:24 +08:00
refactor: move old homepage to v1
This commit is contained in:
@@ -34,6 +34,7 @@ export default async function middleware(req: NextRequest, ev: NextFetchEvent) {
|
||||
|
||||
if (
|
||||
path !== "/" &&
|
||||
path !== "/v1" &&
|
||||
path !== "/register" &&
|
||||
path !== "/privacy" &&
|
||||
path !== "/oss-friends" &&
|
||||
|
||||
@@ -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 (
|
||||
Reference in New Issue
Block a user