This commit is contained in:
parent
bd9c74d6f3
commit
8a670bd0bb
8178
package-lock.json
generated
8178
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,6 +20,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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",
|
||||
"remark-code-extra": "^1.0.1",
|
||||
"vite-plugin-wasm-pack": "0.1.11"
|
||||
|
@ -7,7 +7,7 @@ interface Props {
|
||||
slug: string;
|
||||
}
|
||||
|
||||
const { title, description, published, path, slug } = Astro.props;
|
||||
const { title, description, /*published, */path, slug } = Astro.props;
|
||||
---
|
||||
|
||||
<a href={path} class="nostyle">
|
||||
|
Loading…
Reference in New Issue
Block a user