Skip to content

Commit

Permalink
feature: features
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed May 29, 2024
1 parent ede4930 commit 7a67e49
Show file tree
Hide file tree
Showing 25 changed files with 3,218 additions and 2,724 deletions.
6 changes: 5 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
"customizations": {
"vscode": {
"extensions": ["astro-build.astro-vscode", "jock.svg"]
"extensions": [
"astro-build.astro-vscode",
"jock.svg",
"bradlc.vscode-tailwindcss"
]
}
}

Expand Down
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import tailwind from '@astrojs/tailwind';
// https://astro.build/config
export default defineConfig({
site: 'https://www.heimv.ch',
integrations: [tailwind()]
integrations: [tailwind()],
server: { host: true}
});
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.2.0",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1"
"astro": "^4.9.2",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"sass": "^1.70.0",
"typescript": "^5.3.3"
"@tailwindcss/typography": "^0.5.13",
"sass": "^1.77.2",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 7a67e49

Please sign in to comment.