mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
fix: update tailwind base styles config (#116)
This commit is contained in:
+1
-3
@@ -10,9 +10,7 @@ export default defineConfig({
|
|||||||
site: "https://astro-paper.pages.dev/", // replace this with your deployed domain
|
site: "https://astro-paper.pages.dev/", // replace this with your deployed domain
|
||||||
integrations: [
|
integrations: [
|
||||||
tailwind({
|
tailwind({
|
||||||
config: {
|
applyBaseStyles: false,
|
||||||
applyBaseStyles: false,
|
|
||||||
},
|
|
||||||
}),
|
}),
|
||||||
react(),
|
react(),
|
||||||
sitemap(),
|
sitemap(),
|
||||||
|
|||||||
Reference in New Issue
Block a user