Skip to content

Commit

Permalink
docs: remove unnecessary vite configuration and safelist icons
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 7, 2024
1 parent add1d22 commit ad150bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions playground/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,4 @@ export default defineConfig({
}],
}),
],
vite: {
ssr: {
// This is only necessary when doing integration development.
external: ['astro-vitesse'],
},
},
})
2 changes: 1 addition & 1 deletion playground/uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'astro-vitesse/theme'

export default defineConfig({
safelist: ['i-uil-github-alt'],
safelist: ['i-uil-github-alt', 'i-ri-article-line', 'i-ri-lightbulb-line', 'i-ri-heart-line', 'i-ri-mic-line', 'i-ri-twitter-x-fill', 'i-la-rss-square', 'lt-md:hidden', 'md:hidden'],
})

0 comments on commit ad150bd

Please sign in to comment.