Skip to content

Commit d81b197

Browse files
committed
1 parent 0bb31f9 commit d81b197

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

svelte.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import rehypeSlug from 'rehype-slug'
1212
import { locales } from './src/lib/paraglide/runtime.js'
1313

1414
// Export configuration flags for use in build scripts
15-
export const USE_EDGE_FUNCTIONS = true
15+
export const USE_EDGE_FUNCTIONS = false
1616

1717
/** @type {import('mdsvex').MdsvexOptions} */
1818
const mdsvexOptions = {
@@ -52,7 +52,8 @@ const config = {
5252
kit: {
5353
adapter: adapterPatchPrerendered(
5454
adapterNetlify({
55-
edge: USE_EDGE_FUNCTIONS
55+
edge: USE_EDGE_FUNCTIONS,
56+
split: true
5657
})
5758
),
5859
alias: {

0 commit comments

Comments
 (0)