Skip to content

Commit

Permalink
feat(core): add config for gh deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Phurb-a committed Sep 6, 2024
1 parent 18c1808 commit 2a95ddb
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 1 deletion.
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
output: "export",
basePath: "/v3",
};

export default nextConfig;
Loading

0 comments on commit 2a95ddb

Please sign in to comment.