From 26240af6924e68645e3d6d85681d3dd2eed813fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B9=E3=83=86=E3=83=A9?= Date: Thu, 12 Oct 2023 23:06:55 -0400 Subject: [PATCH] change output to server --- astro.config.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 6f76066..d65abb7 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -32,8 +32,6 @@ export default defineConfig({ port: 4321 }, - output: "server", - markdown: { remarkPlugins: [remarkToc], extendDefaultPlugins: true,