feat: blendOS v5 distro-switching blog post
This commit is contained in:
parent
7ceb36c062
commit
b921988a4b
12 changed files with 964 additions and 44 deletions
|
|
@ -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()],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue