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";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
basePath: "/demo",
|
||||
assetPrefix: "/demo-assets",
|
||||
cacheComponents: true,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue