Skip to content

Commit

Permalink
feat:rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Jeff committed Aug 17, 2024
1 parent 8cea4b7 commit 52b721f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cinema_frontend",
"name": "cinema-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit 52b721f

Please sign in to comment.