prefetch links
This commit is contained in:
@@ -4,7 +4,7 @@ import staticAdapter from '@sveltejs/adapter-static';
|
||||
|
||||
const config = {
|
||||
extensions: ['.svelte', '.svx'],
|
||||
preprocess: mdsvex(),
|
||||
preprocess: mdsvex({layout: './src/lib/Post.svelte'}),
|
||||
kit: {
|
||||
// hydrate the <div id="svelte"> element in src/app.html
|
||||
target: '#svelte',
|
||||
|
||||
Reference in New Issue
Block a user