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