diff --git a/next.config.ts b/next.config.ts index 63ad251..e9ffa30 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,8 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - basePath: '/leopost', - assetPrefix: '/leopost', + /* config options here */ }; export default nextConfig;