Skip to content

Commit 063bddf

Browse files
mokuwakiclaude
andcommitted
Add basePath for GitHub Pages subpath deployment
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 711e270 commit 063bddf

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
@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
44
output: "export",
5+
basePath: "/rollberry-docs",
56
images: { unoptimized: true },
67
reactCompiler: true,
78
};

0 commit comments

Comments
 (0)