We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afbece commit e84e10fCopy full SHA for e84e10f
1 file changed
apps/web/next.config.ts
@@ -1,6 +1,7 @@
1
import type { NextConfig } from "next"
2
3
const nextConfig: NextConfig = {
4
+ basePath: "/papers",
5
reactCompiler: false,
6
transpilePackages: [
7
"@papers/ai",
0 commit comments