feat: blendOS v5 distro-switching blog post

This commit is contained in:
Rudra Saraswat 2026-04-06 05:34:30 +01:00
parent 7ceb36c062
commit b921988a4b
12 changed files with 964 additions and 44 deletions

View file

@ -1,8 +1,11 @@
// @ts-check
import { defineConfig } from "astro/config";
import mdx from "@astrojs/mdx";
// https://astro.build/config
export default defineConfig({
site: "https://ruds.io",
base: "/",
});
integrations: [mdx()],
});