Add icons json
Some checks failed
Deploy Astro / Build and Deploy (push) Failing after 23m8s

This commit is contained in:
Daniel Kluge 2024-03-03 12:13:17 +01:00
parent bd9c74d6f3
commit 8a670bd0bb
No known key found for this signature in database
3 changed files with 1065 additions and 7117 deletions

8178
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,8 @@
}, },
"devDependencies": { "devDependencies": {
"@fec/remark-a11y-emoji": "^4.0.2", "@fec/remark-a11y-emoji": "^4.0.2",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/simple-icons": "^1.1.93",
"astro-themes": "^0.2.4", "astro-themes": "^0.2.4",
"remark-code-extra": "^1.0.1", "remark-code-extra": "^1.0.1",
"vite-plugin-wasm-pack": "0.1.11" "vite-plugin-wasm-pack": "0.1.11"

View File

@ -7,7 +7,7 @@ interface Props {
slug: string; slug: string;
} }
const { title, description, published, path, slug } = Astro.props; const { title, description, /*published, */path, slug } = Astro.props;
--- ---
<a href={path} class="nostyle"> <a href={path} class="nostyle">