Skip to content

Commit ac8bd6d

Browse files
committed
Fix Url issue
1 parent 3a4585c commit ac8bd6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.mjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: "export",
4-
reactStrictMode: true,
54
images: {
65
domains: ["www.gravatar.com"],
76
unoptimized: true,
87
},
8+
trailingSlash: true,
9+
basePath: "/",
910
};
1011

1112
console.log("url:", "https://localhost:3000");

0 commit comments

Comments
 (0)