Stop building dedicated server for now

This commit is contained in:
Aria 2025-03-10 22:42:25 +11:00
parent 4053fbad1e
commit be7bc85ad1
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -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],
},
});
// Bellow is for when dedicated server is wanted?
// ,
//
// adapter: node({
// mode: "standalone",
// })