Skip to content

Commit 2de7df4

Browse files
committed
Fix GitHub Pages asset paths by adding basePath configuration
1 parent 26485a1 commit 2de7df4

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
@@ -3,6 +3,8 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
output: 'export',
55
trailingSlash: true,
6+
basePath: '/resume',
7+
assetPrefix: '/resume/',
68
images: {
79
unoptimized: true
810
}

0 commit comments

Comments
 (0)