Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Dec 28, 2023
1 parent a592b81 commit 296410d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const nextConfig = {
trailingSlash: true,
output: "standalone",
basePath: "/rin.contact", // Replace 'project-name' with your GitHub repository name
assetPrefix: "/rin.contact/", // Same as basePath but with a trailing slash
output: "export",
images: { unoptimized: true },
};
module.exports = nextConfig;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"export": "next build && next start",
"deploy": "gh-pages -d .next/standalone"
"deploy": "gh-pages -d out"
},
"dependencies": {
"@emotion/react": "^11.11.3",
Expand Down

0 comments on commit 296410d

Please sign in to comment.