diff --git a/next.config.mjs b/next.config.mjs index b4e7ea7..ce50442 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,8 +3,8 @@ const isProd = process.env.NODE_ENV === "production"; const nextConfig = { reactStrictMode: false, // output: "export", - assetPrefix: isProd ? "https://aleafdao.github.io/cinema_frontend/" : "", - basePath: isProd ? "/cinema_frontend" : "", + assetPrefix: isProd ? "https://aleafdao.github.io/cinema-frontend/" : "", + basePath: isProd ? "/cinema-frontend" : "", images: { unoptimized: true, remotePatterns: [ diff --git a/package.json b/package.json index 1ff9d42..9e3b5bf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cinema_frontend", + "name": "cinema-frontend", "version": "0.1.0", "private": true, "scripts": {