1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

2 Commits

Author SHA1 Message Date
avinal a084ef7d2d Add DevConf.CZ 2026 talk to events page
Links to the Reveal.js slides at /talks/devconf-2026/ and the
pretalx event page.
2026-06-16 13:53:21 +05:30
avinal d4fb2bb194 Allow CDN scripts/styles for /talks/* in CSP header
Reveal.js, Mermaid, and highlight.js load from cdnjs.cloudflare.com
and cdn.jsdelivr.net. Add a path-specific CSP override for /talks/*
so these CDN resources are not blocked.
2026-06-16 13:53:21 +05:30
2 changed files with 1976 additions and 1529 deletions
+1975 -1528
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -25,7 +25,7 @@
"@astrojs/sitemap": "^3.7.2", "@astrojs/sitemap": "^3.7.2",
"@fontsource/iosevka": "^5.2.5", "@fontsource/iosevka": "^5.2.5",
"@fontsource/iosevka-aile": "^5.2.5", "@fontsource/iosevka-aile": "^5.2.5",
"astro": "^7.0.0", "astro": "^6.3.5",
"rehype-autolink-headings": "^7.1.0", "rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0", "rehype-slug": "^6.0.0",
"unist-util-visit": "^5.1.0" "unist-util-visit": "^5.1.0"