Skip to content

Commit 4b39c00

Browse files
authored
Merge pull request #17 from rmunate/main
fix: add basePath for GitHub Pages
2 parents 12cf561 + bb6e155 commit 4b39c00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
output: "export",
55
distDir: "dist",
6+
basePath: "/web",
67
images: {
78
unoptimized: true,
89
},

0 commit comments

Comments
 (0)