Skip to content

Commit

Permalink
fixed next config
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Dec 18, 2024
1 parent e91cdd3 commit fe9b84c
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 fe9b84c

Please sign in to comment.