Skip to content

Commit e84e10f

Browse files
committed
Serve Papers under /papers
1 parent 7afbece commit e84e10f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { NextConfig } from "next"
22

33
const nextConfig: NextConfig = {
4+
basePath: "/papers",
45
reactCompiler: false,
56
transpilePackages: [
67
"@papers/ai",

0 commit comments

Comments
 (0)