Skip to content

Commit 51e01fa

Browse files
committed
fix client hooks name and config entries
1 parent 5313cce commit 51e01fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
prerender: {
1616
entries: [
1717
...i18n.locales.map(
18-
(locale) => /** @type {`/${string}`} */ (`/${locale}/*`),
18+
(locale) => /** @type {`/${string}`} */ (`/${locale}`),
1919
),
2020
],
2121
handleHttpError: 'warn',

0 commit comments

Comments
 (0)