diff --git a/mdsvex.config.js b/mdsvex.config.js
index 5cdd1d0..a2daa4a 100644
--- a/mdsvex.config.js
+++ b/mdsvex.config.js
@@ -2,11 +2,11 @@ import { defineMDSveXConfig as defineConfig } from "mdsvex";
const config = defineConfig({
extensions: [".svelte.md", ".md", ".svx"],
+ layout: "./src/lib/content.svelte",
smartypants: {
dashes: "oldschool",
},
-
remarkPlugins: [],
rehypePlugins: [],
});
diff --git a/src/lib/content.svelte b/src/lib/content.svelte
new file mode 100644
index 0000000..6102559
--- /dev/null
+++ b/src/lib/content.svelte
@@ -0,0 +1,38 @@
+
+
+