Skip to content

Commit

Permalink
🧱 Use Qwik instead of Solid
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 24, 2023
1 parent 9070dda commit eed682a
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 215 deletions.
6 changes: 3 additions & 3 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import qwikdev from "@qwikdev/astro";
import tailwind from "@astrojs/tailwind";
import solidJs from "@astrojs/solid-js";

// https://astro.build/config
export default defineConfig({
Expand Down Expand Up @@ -61,10 +61,10 @@ export default defineConfig({
},
link: 'code-of-conduct'
}],
customCss: ['./src/designs/global.css'],
customCss: ['./src/designs/global.css']
}), tailwind({
applyBaseStyles: false
}), solidJs()],
}), qwikdev()],
// Process images with sharp: https://docs.astro.build/en/guides/assets/#using-sharp
image: {
service: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"@astrojs/starlight": "^0.13.0",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.0.2",
"@builder.io/qwik": "^1.2.19",
"@qwikdev/astro": "^0.2.3",
"astro": "^3.6.0",
"sharp": "^0.32.6",
"solid-js": "^1.8.6",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit eed682a

Please sign in to comment.