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

provide possibility to add prefix to the build process

parent 13dd502f
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
/** @type {import('next').NextConfig} */
/** @type {import("next").NextConfig} */
const nextConfig = {
reactStrictMode: true,
basePath: process.env.APP_PREFIX ? process.env.APP_PREFIX + '/index.html' : '',
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