Skip to content

Commit 22cc8e5

Browse files
committed
make build happy
1 parent b2f9dd7 commit 22cc8e5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

svelte.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ const config = {
88
fallback: '404.html'
99
}),
1010
paths: {
11+
},
12+
prerender: {
13+
entries: [
14+
'*',
15+
'/donate',
16+
'/about-us',
17+
'/our-sites'
18+
],
19+
handleUnseenRoutes: 'warn'
1120
}
1221
}
1322
};

0 commit comments

Comments
 (0)