From be7bc85ad160d6a78b068a9c9a7681a59b942546 Mon Sep 17 00:00:00 2001 From: Aria Date: Mon, 10 Mar 2025 22:42:25 +1100 Subject: [PATCH] Stop building dedicated server for now --- astro.config.mjs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index ea6b341..d82865b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -19,11 +19,16 @@ export default defineConfig({ image: { domains: ["buymymojo.net", "aria.coffee", "github.com", "githubusercontent.com", "avatars.githubusercontent.com", "camo.githubusercontent.com", "user-images.githubusercontent.com", "private-user-images.githubusercontent.com"], }, - - adapter: node({ - mode: "standalone", - }), markdown: { remarkPlugins: [remarkModifiedTime], }, -}); \ No newline at end of file +}); + + +// Bellow is for when dedicated server is wanted? + +// , +// +// adapter: node({ +// mode: "standalone", +// }) \ No newline at end of file