Skip to content

Commit

Permalink
Fix: Fix publicRuntimeConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Aug 15, 2023
1 parent a9be0a7 commit 25e6916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const nextConfig = nextTranslate({
publicRuntimeConfig: {
host: process.env.HOST,
adminHandle: process.env.ADMIN_HANDLE,
sentryDsnFrontend: process.env.SENTRY_DSN_FRONTEND,
},

async rewrites() {
Expand Down

0 comments on commit 25e6916

Please sign in to comment.