Skip to content

Commit

Permalink
Update the blog to better match the updated theming in the v2 ux
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Aug 4, 2024
1 parent 932f56c commit e330590
Show file tree
Hide file tree
Showing 21 changed files with 1,402 additions and 287 deletions.
9 changes: 5 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';

import sitemap from '@astrojs/sitemap';

import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: 'https://blog.khoj.dev',
integrations: [mdx(), sitemap()],
});
site: 'https://blog.khoj.dev',
integrations: [mdx(), sitemap(), tailwind()]
});
Loading

0 comments on commit e330590

Please sign in to comment.