We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2025dd commit ae707b4Copy full SHA for ae707b4
.changeset/violet-walls-punch.md
@@ -0,0 +1,5 @@
1
+---
2
+"r.obin.ch": patch
3
4
+
5
+Fix release
astro.config.ts
@@ -2,9 +2,9 @@ import { defineConfig } from "astro/config";
import unpluginFavicons from "@anolilab/unplugin-favicons/vite";
import { C } from "./src/configuration";
import mdx from "@astrojs/mdx";
-import { remarkGitInfo } from "./src/remark/remark-git-info";
6
import rehypeSlug from "rehype-slug";
7
import rehypeAutolinkHeadings from "rehype-autolink-headings";
+import { remarkGitInfo } from "./src/remark/remark-git-info";
8
import { remarkExcerpt } from "./src/remark/remark-excerpt";
9
import search from "./src/integrations/search";
10
import sitemap from "@astrojs/sitemap";
0 commit comments