Skip to content

Commit

Permalink
fix: asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed Jul 5, 2024
1 parent 3e8ef5b commit 7a357fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** @type {import('next').NextConfig} */
module.exports = {
basePath: "/civ-ai-ethglobal",
assetPrefix: process.env.NODE_ENV === "production" ? "/civ-ai-ethglobal" : undefined,
eslint: {
// Warning: This allows production builds to successfully complete even if
// your project has ESLint errors.
Expand Down

0 comments on commit 7a357fb

Please sign in to comment.