File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ embed :
2
+ cd chat && bun run build
3
+ rm -rf lib/httpapi/chat && mkdir -p lib/httpapi/chat && touch lib/httpapi/chat/marker
4
+ cp -r chat/out/. lib/httpapi/chat/
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ const nextConfig = {
13
13
} ,
14
14
15
15
// Configure base path for GitHub Pages (repo/chat)
16
- basePath : isGitHubPages ? `/${ repo } /${ subPath } ` : "" ,
16
+ basePath : isGitHubPages ? `/${ repo } /${ subPath } ` : `/ ${ subPath } ` ,
17
17
18
18
// Configure asset prefix for GitHub Pages - helps with static asset loading
19
- assetPrefix : isGitHubPages ? `/${ repo } /${ subPath } /` : "" ,
19
+ assetPrefix : isGitHubPages ? `/${ repo } /${ subPath } /` : `/ ${ subPath } /` ,
20
20
21
21
// Configure trailing slashes (recommended for static exports)
22
22
trailingSlash : true ,
You can’t perform that action at this time.
0 commit comments