Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,4 @@ export default defineConfig({
remotePatterns: [{ protocol: "https" }],
domains: ["programme.europython.eu", "placehold.co"],
},
experimental: {
svg: true,
},
});
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.3",
"@astrojs/react": "^4.2.3",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/mdx": "^4.2.5",
"@astrojs/react": "^4.2.5",
"@astrojs/sitemap": "^3.3.1",
"@astrojs/tailwind": "^5.1.5",
"@fontsource-variable/inter": "^5.2.5",
"@fortawesome/fontawesome-free": "^6.7.2",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"astro": "^5.5.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"astro": "^5.7.5",
"astro-delete-unused-images": "^1.0.3",
"astro-meta-tags": "^0.3.1",
"astro-pagefind": "^1.8.3",
Expand All @@ -32,14 +32,14 @@
"date-fns-tz": "^3.2.0",
"hastscript": "^9.0.1",
"js-yaml": "^4.1.0",
"marked": "^15.0.7",
"marked": "^15.0.11",
"pagefind": "^1.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.34.0",
"sharp": "^0.34.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
},
Expand Down
Loading