Skip to content

Commit

Permalink
Merge pull request #422 from euanwm/fix/invalid_next_config
Browse files Browse the repository at this point in the history
fixed next config
  • Loading branch information
euanwm authored Dec 18, 2024
2 parents e91cdd3 + fe9b84c commit 6672c85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
env: {
reactStrictMode: true,
env: {
API: process.env.API ?? 'https://api.openweightlifting.org',
},
async headers() {
Expand Down

0 comments on commit 6672c85

Please sign in to comment.