Skip to content

Commit ae707b4

Browse files
committed
fix: release
1 parent b2025dd commit ae707b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/violet-walls-punch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"r.obin.ch": patch
3+
---
4+
5+
Fix release

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { defineConfig } from "astro/config";
22
import unpluginFavicons from "@anolilab/unplugin-favicons/vite";
33
import { C } from "./src/configuration";
44
import mdx from "@astrojs/mdx";
5-
import { remarkGitInfo } from "./src/remark/remark-git-info";
65
import rehypeSlug from "rehype-slug";
76
import rehypeAutolinkHeadings from "rehype-autolink-headings";
7+
import { remarkGitInfo } from "./src/remark/remark-git-info";
88
import { remarkExcerpt } from "./src/remark/remark-excerpt";
99
import search from "./src/integrations/search";
1010
import sitemap from "@astrojs/sitemap";

0 commit comments

Comments
 (0)