Skip to content

Commit 6a7c636

Browse files
committed
Merge branch 'main' of github.com:SpecraDocs/specra-cli
2 parents dc846d4 + c1c7a2f commit 6a7c636

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

templates/book-docs/svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = specraConfig({
66
vitePreprocess: { vitePreprocess },
77
kit: {
88
adapter: adapter(),
9-
prerender: { handleHttpError: 'warn', handleMissingId: 'warn' }
9+
prerender: { handleHttpError: 'warn', handleMissingId: 'warn', handleUnseenRoutes: 'warn' }
1010
}
1111
});
1212

templates/jbrains-docs/svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = specraConfig({
66
vitePreprocess: { vitePreprocess },
77
kit: {
88
adapter: adapter(),
9-
prerender: { handleHttpError: 'warn', handleMissingId: 'warn' }
9+
prerender: { handleHttpError: 'warn', handleMissingId: 'warn', handleUnseenRoutes: 'warn' }
1010
}
1111
});
1212

templates/minimal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
1111
},
1212
"dependencies": {
13+
"lucide-svelte": "^0.454.0",
1314
"specra": "^0.2.4"
1415
},
1516
"devDependencies": {

templates/minimal/svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = specraConfig({
66
vitePreprocess: { vitePreprocess },
77
kit: {
88
adapter: adapter(),
9-
prerender: { handleHttpError: 'warn', handleMissingId: 'warn' }
9+
prerender: { handleHttpError: 'warn', handleMissingId: 'warn', handleUnseenRoutes: 'warn' }
1010
}
1111
});
1212

0 commit comments

Comments
 (0)