mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: all pages now use the right backend url + backend uses .env of root too
This commit is contained in:
parent
0d92719258
commit
607d496f2a
11 changed files with 22 additions and 14 deletions
|
|
@ -6,7 +6,7 @@ dotenv.config({ path: "../.env" });
|
|||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
env: {
|
||||
backend_url: process.env.NEXT_PUBLIC_BACKEND_URL,
|
||||
NEXT_PUBLIC_BACKEND_URL: process.env.NEXT_PUBLIC_BACKEND_URL,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue