Skip to content

Commit

Permalink
feat: Updated frontend/next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 17, 2024
1 parent ca4d5a9 commit f80352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const nextConfig = {
trailingSlash: true,
env: {
REACT_APP_CAPTCHA_SITE_KEY: process.env.REACT_APP_CAPTCHA_SITE_KEY,
REACT_APP_FEEDBACK_EMAIL: process.env.REACT_APP_FEEDBACK_EMAIL,
REACT_APP_FEEDBACK_EMAIL: "YOUR_FEEDBACK_EMAIL",
},
redirects: async () => {
return [
Expand Down

0 comments on commit f80352c

Please sign in to comment.