Skip to content

Commit 2c97880

Browse files
committed
feat: redesign website
1 parent 22e2b2b commit 2c97880

File tree

96 files changed

+1467
-1635
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1467
-1635
lines changed

astro.config.mjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
// @ts-check
22
import { defineConfig } from 'astro/config';
33

4+
import tailwindcss from '@tailwindcss/vite';
5+
46
// https://astro.build/config
57
export default defineConfig({
68
site: 'https://www.cppsea.com',
7-
});
9+
10+
vite: {
11+
plugins: [tailwindcss()],
12+
},
13+
});

0 commit comments

Comments
 (0)