fix(package): remove katex
This commit is contained in:
parent
34bfcbff38
commit
716ce9d3a3
4 changed files with 0 additions and 13 deletions
|
@ -21,12 +21,6 @@ const { title, description, image = "/static/twitter-card.png" } = Astro.props;
|
|||
|
||||
<link rel="canonical" href={canonicalURL} />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css"
|
||||
integrity="sha384-zh0CIslj+VczCZtlzBcjt5ppRcsAmDnRem7ESsYwWwg3m/OaJ2l4x7YBZl9Kxxib"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<title>{title}</title>
|
||||
<meta name="title" content={title} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue