This commit is contained in:
parent
3fbe5ea039
commit
cfa7f127c0
|
@ -1,5 +1,6 @@
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: 'export',
|
output: 'export',
|
||||||
|
trailingSlash: true,
|
||||||
env: {
|
env: {
|
||||||
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'https://api.litenet.tel',
|
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'https://api.litenet.tel',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue