Skip to content

Commit 6d454d3

Browse files
committed
add base path
1 parent 5d3ab33 commit 6d454d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
basePath: "/lab-website",
3+
basePath: "/",
44
images: {
55
formats: ["image/avif", "image/webp"],
66
remotePatterns: [

0 commit comments

Comments
 (0)