Skip to content

Commit

Permalink
fix: markdown file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Sep 15, 2023
1 parent 98c74eb commit 6d37cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const dev = process.env.NODE_ENV === 'development' ? true : false;

/** @type {import('@sveltejs/kit').Config} */
const config = {
extensions: ['.svelte', '.md'],
extensions: ['.svelte', ...mdsvexConfig.extensions],
kit: {
serviceWorker: {
register: false
Expand Down

0 comments on commit 6d37cff

Please sign in to comment.