Skip to content

Commit

Permalink
add svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbloxhub committed Jul 21, 2023
1 parent 1bcc80d commit e57f5c2
Show file tree
Hide file tree
Showing 4 changed files with 5,898 additions and 5,635 deletions.
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { defineConfig } from "astro/config"

import svelte from "@astrojs/svelte"

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

0 comments on commit e57f5c2

Please sign in to comment.