Skip to content

Commit

Permalink
remove reset for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbloxhub committed Jul 22, 2023
1 parent e57f5c2 commit 2a8aae1
Show file tree
Hide file tree
Showing 6 changed files with 797 additions and 6 deletions.
6 changes: 5 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import { defineConfig } from "astro/config"

import svelte from "@astrojs/svelte"
import UnoCSS from "unocss/astro"

// https://astro.build/config
export default defineConfig({
site: "https://bitbloxhub.github.io",
integrations: [svelte()]
integrations: [
svelte(),
UnoCSS()
]
})
Loading

0 comments on commit 2a8aae1

Please sign in to comment.