Skip to content

Commit

Permalink
fix(unocss): 🐛 fix metadata icon error (#28)
Browse files Browse the repository at this point in the history
closed #28
  • Loading branch information
kwaa committed Aug 8, 2022
1 parent a5dd9fe commit 02ad97d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/routes/__layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import { registerSW } from 'virtual:pwa-register'
import Head from '$lib/components/head_static.svelte'
import Header from '$lib/components/header.svelte'
import 'uno.css'
import '../app.css'
export let res: Urara.Post[]
export let path: string
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default defineConfig({
},
plugins: [
UnoCSS({
mode: 'svelte-scoped',
include: [/\.svelte$/, /\.md?$/, /\.ts$/],
extractors: [extractorSvelte],
presets: [
Expand Down

0 comments on commit 02ad97d

Please sign in to comment.