Skip to content

Commit 9d368b7

Browse files
pbakausclaude
andcommitted
Fix privacy page not loading by adding it to build entrypoints
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 727f0a6 commit 9d368b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async function buildStaticSite() {
7373
const entrypoints = [
7474
path.join(ROOT_DIR, 'public', 'index.html'),
7575
path.join(ROOT_DIR, 'public', 'cheatsheet.html'),
76+
path.join(ROOT_DIR, 'public', 'privacy.html'),
7677
];
7778
const outdir = path.join(ROOT_DIR, 'build');
7879

0 commit comments

Comments
 (0)