Skip to content

Commit e5a3c5f

Browse files
Merge pull request #81 from madhusudhan1234/notes
responsive design and dark and light modes
2 parents 6d176e2 + 986dcbf commit e5a3c5f

File tree

15 files changed

+1595
-1772
lines changed

15 files changed

+1595
-1772
lines changed

astro.config.mjs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { defineConfig } from 'astro/config';
33
import mdx from '@astrojs/mdx';
44
import sitemap from '@astrojs/sitemap';
55

6+
import tailwindcss from '@tailwindcss/vite';
7+
68
export default defineConfig({
79
site: 'https://madhusudhansubedi.com.np',
810
integrations: [mdx(), sitemap()],
@@ -11,6 +13,8 @@ export default defineConfig({
1113
build: {
1214
minify: 'esbuild',
1315
cssMinify: true
14-
}
16+
},
17+
18+
plugins: [tailwindcss()]
1519
}
16-
});
20+
});

0 commit comments

Comments
 (0)