Skip to content

Commit

Permalink
chore: remove preact, update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tedbennett committed Apr 25, 2023
1 parent 507e109 commit 6075e72
Show file tree
Hide file tree
Showing 9 changed files with 132 additions and 323 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
@@ -1,9 +1,8 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import preact from "@astrojs/preact";

// https://astro.build/config
export default defineConfig({
integrations: [preact(), tailwind()],
integrations: [tailwind()],
site: "https://tedbennett.github.io",
});
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -13,13 +13,8 @@
"@astrojs/tailwind": "2.1.2",
"astro": "1.6.7",
"autoprefixer": "10.4.13",
"canvas-confetti": "1.6.0",
"postcss": "8.4.21",
"tailwindcss": "3.3.1"
},
"dependencies": {
"@astrojs/preact": "^2.0.3",
"astro-icon": "^0.8.0",
"preact": "^10.13.0"
}
"dependencies": {}
}

0 comments on commit 6075e72

Please sign in to comment.