Skip to content

Commit

Permalink
Fix auto centering, add better compatibility for medium sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
DamitusThyYeetus123 committed Jan 2, 2025
1 parent d262c61 commit 291ee4b
Show file tree
Hide file tree
Showing 7 changed files with 1,438 additions and 2,965 deletions.
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
// @ts-check
// @ts-check
import { defineConfig } from "astro/config";

import rehypeAutolinkHeadings from "rehype-autolink-headings";
import tailwind from "@astrojs/tailwind";

import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), sitemap()],
markdown: {
rehypePlugins: [rehypeAutolinkHeadings],
},
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@pagefind/default-ui": "^1.2.0",
"astro": "5.0.2",
"pagefind": "^1.2.0",
"rehype-autolink-headings": "^7.1.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
Expand Down
Loading

0 comments on commit 291ee4b

Please sign in to comment.