Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/main' into upgrade_blog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelgoth committed Sep 10, 2023
2 parents 774679c + 1be5475 commit 1d6ad35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { SvelteKitPWA } from '@vite-pwa/sveltekit'
// postcss & tailwindcss
import TailwindCSS from 'tailwindcss'
import tailwindConfig from './tailwind.config'
// @ts-expect-error
// @ts-expect-error ts(7016)
import LightningCSS from 'postcss-lightningcss'

export default defineConfig({
Expand All @@ -28,7 +28,7 @@ export default defineConfig({
},
plugins: [
UnoCSS({
include: [/\.svelte$/, /\.md?$/, /\.ts$/],
content: { pipeline: { include: [/\.svelte$/, /\.md?$/, /\.ts$/] } },
extractors: [extractorSvelte],
presets: [
presetTagify({
Expand Down

1 comment on commit 1d6ad35

@vercel
Copy link

@vercel vercel bot commented on 1d6ad35 Sep 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.