Skip to content

Commit a8566e1

Browse files
committed
fix sitemap
1 parent 6e2a7e3 commit a8566e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ async function main() {
1919
const proc = Bun.spawn(['pnpm', 'run', 'build'], {
2020
stdio: ['inherit', 'inherit', 'inherit'],
2121
cwd: 'warp-drive/docs-viewer',
22+
env: Object.assign({}, process.env, { HOSTNAME: 'https://warp-drive.io' }),
2223
});
2324
await proc.exited;
2425
}

0 commit comments

Comments
 (0)