Stop building dedicated server for now
This commit is contained in:
parent
4053fbad1e
commit
be7bc85ad1
1 changed files with 10 additions and 5 deletions
|
@ -19,11 +19,16 @@ export default defineConfig({
|
||||||
image: {
|
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"],
|
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: {
|
markdown: {
|
||||||
remarkPlugins: [remarkModifiedTime],
|
remarkPlugins: [remarkModifiedTime],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
// Bellow is for when dedicated server is wanted?
|
||||||
|
|
||||||
|
// ,
|
||||||
|
//
|
||||||
|
// adapter: node({
|
||||||
|
// mode: "standalone",
|
||||||
|
// })
|
Loading…
Add table
Add a link
Reference in a new issue