Skip to content
Snippets Groups Projects
Commit 40999d24 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

asset prefix cannot have "/" at the end

parent 2d97efa2
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!178Bugfix/deployment issues
Pipeline #88450 passed
......@@ -2,7 +2,7 @@
const nextConfig = {
reactStrictMode: true,
basePath: process.env.APP_PREFIX ? process.env.APP_PREFIX + '/index.html' : '',
assetPrefix: process.env.APP_PREFIX ? process.env.APP_PREFIX + '/' : '',
assetPrefix: process.env.APP_PREFIX ? process.env.APP_PREFIX : '',
output: 'export',
images: {
unoptimized: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment