update base path
This commit is contained in:
parent
f7b6b55a8b
commit
5fab77cda8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
import type { NextConfig } from "next";
|
import type { NextConfig } from "next";
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
|
basePath: "/demo",
|
||||||
|
assetPrefix: "/demo-assets",
|
||||||
cacheComponents: true,
|
cacheComponents: true,
|
||||||
images: {
|
images: {
|
||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue