Skip to content
Merged

R2 #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export default defineConfig({
experimental: {
liveContentCollections: true,
},
image: {
domains: ["cdn.casungo.top"],
},
i18n: {
defaultLocale: "en",
locales: ["en", "it"],
Expand Down
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,32 @@
"cfPreview": "astro build && wrangler dev --port 9001",
"cfDeploy": "astro build && wrangler deploy",
"upgradeEverything": "pnpm dlx @astrojs/upgrade && pnpm up",
"check": "astro check"
"check": "astro check",
"screenshots": "node scripts/screenshots.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.6.0",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/svelte": "^7.1.0",
"@google/gemini-cli": "^0.1.4",
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/sitemap": "^3.6.1",
"@astrojs/svelte": "^7.2.5",
"@iconify-json/bxl": "1.2.0",
"@iconify-json/material-symbols": "^1.2.27",
"@iconify/svelte": "^5.0.0",
"@tailwindcss/vite": "^4.1.10",
"astro": "^5.10.0",
"@iconify-json/material-symbols": "^1.2.51",
"@iconify/svelte": "^5.2.1",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.8",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"daisyui": "^5.0.43",
"biome": "^0.3.3",
"daisyui": "^5.5.14",
"photoswipe": "^5.4.4",
"prettier": "^3.5.3",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.34.2",
"svelte": "^5.34.7",
"tailwindcss": "^4.1.10",
"sharp": "^0.34.5",
"svelte": "^5.46.1",
"tailwindcss": "^4.1.18",
"theme-change": "^2.5.0",
"typescript": "^5.8.3",
"wrangler": "^4.20.5"
"typescript": "^5.9.3",
"wrangler": "^4.58.0"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
Loading
Loading