update hardcoded paths
This commit is contained in:
parent
0c8128cd62
commit
72597d6f68
9 changed files with 23 additions and 18 deletions
|
|
@ -1,8 +1,13 @@
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const basePath = "/demo";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
basePath: "/demo",
|
||||
basePath,
|
||||
assetPrefix: "/demo-assets",
|
||||
env: {
|
||||
NEXT_PUBLIC_BASE_PATH: basePath,
|
||||
},
|
||||
cacheComponents: true,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue