diff options
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/index.ts b/src/index.ts index 215b033..52e5581 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,9 +16,6 @@ type SetupHookParams = HookParameters<"astro:config:setup"> & { } export default function gemtext(config: GemtextConfig = {}): AstroIntegration { - if (!config.layout) { - config.layout = "/src/layouts/Layout.astro" - } return { name: "astro-gemtext", hooks: { |
