Skip to content

Commit a830827

Browse files
author
Reg (Ceradon AI)
committed
Add scout.html to Vite build inputs
1 parent c8839ae commit a830827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default defineConfig({
3232
contact: resolve(rootDir, 'contact.html'),
3333
privacy: resolve(rootDir, 'privacy.html'),
3434
disclaimer: resolve(rootDir, 'disclaimer.html'),
35+
scout: resolve(rootDir, 'scout.html'),
3536
notFound: resolve(rootDir, '404.html'),
3637
blog: resolve(rootDir, 'blog/index.html'),
3738
...blogEntries

0 commit comments

Comments
 (0)