Skip to content

Commit 5fab77c

Browse files
update base path
1 parent f7b6b55 commit 5fab77c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

next.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4+
basePath: "/demo",
5+
assetPrefix: "/demo-assets",
46
cacheComponents: true,
57
images: {
68
remotePatterns: [

0 commit comments

Comments
 (0)