Fix styles

This commit is contained in:
2026-03-07 12:01:41 +03:00
parent 0658459dfb
commit 4f7ee5f0d9
4 changed files with 194 additions and 2 deletions

View File

@@ -7,6 +7,14 @@ import sitemap from '@astrojs/sitemap';
export default defineConfig({
site: 'https://vakhrushev.me',
integrations: [mdx(), vue(), sitemap()],
markdown: {
shikiConfig: {
themes: {
light: 'github-light',
dark: 'github-dark',
},
},
},
vite: {
plugins: [tailwindcss()],
},