Bun-ify
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m57s

This commit is contained in:
2026-02-24 23:25:47 -07:00
parent 47946c0703
commit 271dad89a1
7 changed files with 1310 additions and 5831 deletions

View File

@@ -5,7 +5,6 @@ import vue from "@astrojs/vue";
import node from "@astrojs/node";
import mdx from "@astrojs/mdx";
// https://astro.build/config
export default defineConfig({
site: "https://atri.dad",
redirects: {
@@ -26,10 +25,7 @@ export default defineConfig({
objectPosition: "center",
},
integrations: [
vue(),
mdx(),
],
integrations: [vue(), mdx()],
adapter: node({
mode: "standalone",