Skip to content

Commit

Permalink
add cssnano
Browse files Browse the repository at this point in the history
  • Loading branch information
burnworks committed Mar 10, 2024
1 parent bf7a102 commit 8c53a0b
Show file tree
Hide file tree
Showing 4 changed files with 955 additions and 246 deletions.
8 changes: 7 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ export default defineConfig({
site: 'https://burnworks.github.io',
base: '/details-accordion-ui-sample',
trailingSlash: "always",
integrations: [tailwind()]
integrations: [tailwind()],
compressHTML: true,
vite: {
build: {
minify: false,
},
},
});
Loading

0 comments on commit 8c53a0b

Please sign in to comment.