diff --git a/next.config.mjs b/next.config.mjs index 52d530e..30d69d6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { //output: 'export', + basePath: '/drop' }; export default nextConfig; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3370e08..a572c8b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -42,7 +42,7 @@ export default function RootLayout({
- +