Skip to content

Commit 73a0afe

Browse files
committed
add static synthetic data page
1 parent 07eb719 commit 73a0afe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default defineConfig({
2727
input: {
2828
main: resolve(root, 'index.html'),
2929
biasDetection: resolve(root, 'bias-detection.html'),
30+
syntheticData: resolve(root, 'synthetic-data.html'),
3031
},
3132
},
3233
},

0 commit comments

Comments
 (0)