mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-15 12:59:55 +00:00
chore: bump deps
This commit is contained in:
parent
1a23cddd83
commit
069577600e
5 changed files with 667 additions and 595 deletions
|
@ -3,8 +3,9 @@ import { defineConfig } from "astro/config";
|
|||
import { remarkModifiedTime } from "./remark-modified-time.mjs";
|
||||
|
||||
import preact from "@astrojs/preact";
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
import node from "@astrojs/node";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import tailwind from "@tailwindcss/vite";
|
||||
// import node from "@astrojs/node";
|
||||
|
||||
import icon from "astro-icon";
|
||||
|
||||
|
@ -12,42 +13,47 @@ import mdx from "@astrojs/mdx";
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: process.env.DOCKER_BUILD ? "server" : "static",
|
||||
site: "https://aria.coffee",
|
||||
integrations: [preact(), tailwind(), icon(), mdx()],
|
||||
output: process.env.DOCKER_BUILD ? "server" : "static",
|
||||
site: "https://aria.coffee",
|
||||
integrations: [preact(), tailwind(), icon(), mdx()],
|
||||
|
||||
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",
|
||||
"alyxia.dev",
|
||||
"nanoshinono.me",
|
||||
"ata.moe",
|
||||
"buh.moe",
|
||||
"hayden.moe",
|
||||
"onz.ee",
|
||||
"notnite.com",
|
||||
"erisdump.neocities.org",
|
||||
"espi.me",
|
||||
"alula.me",
|
||||
"sapphic.moe",
|
||||
"calayucu.com",
|
||||
"meow-d.github.io",
|
||||
"girlthi.ng",
|
||||
"lenooby09.tech",
|
||||
"ackwell.au",
|
||||
"ari.express"
|
||||
],
|
||||
},
|
||||
markdown: {
|
||||
remarkPlugins: [remarkModifiedTime],
|
||||
},
|
||||
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",
|
||||
"alyxia.dev",
|
||||
"nanoshinono.me",
|
||||
"ata.moe",
|
||||
"buh.moe",
|
||||
"hayden.moe",
|
||||
"onz.ee",
|
||||
"notnite.com",
|
||||
"erisdump.neocities.org",
|
||||
"espi.me",
|
||||
"alula.me",
|
||||
"sapphic.moe",
|
||||
"calayucu.com",
|
||||
"meow-d.github.io",
|
||||
"girlthi.ng",
|
||||
"lenooby09.tech",
|
||||
"ackwell.au",
|
||||
"ari.express"
|
||||
],
|
||||
},
|
||||
|
||||
markdown: {
|
||||
remarkPlugins: [remarkModifiedTime],
|
||||
},
|
||||
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
});
|
||||
|
||||
// Bellow is for when dedicated server is wanted?
|
||||
|
@ -56,4 +62,4 @@ export default defineConfig({
|
|||
//
|
||||
// adapter: node({
|
||||
// mode: "standalone",
|
||||
// })
|
||||
// })
|
Loading…
Add table
Add a link
Reference in a new issue