mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 22:48:41 +00:00
Move to katex.org (#1680)
* Change links to katex.org * Change http to https * Remove baseUrl hacks * Fix OpenGraph image link * Fix KaTeX path update script
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
<meta name="Description" content="KaTeX – The fastest math typesetting library for the web">
|
||||
<meta property="og:title" content="KaTeX – The fastest math typesetting library for the web">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="http://khan.github.io/KaTeX/">
|
||||
<meta property="og:image" content="http://khan.github.io/KaTeX/og_logo.png">
|
||||
<meta property="og:url" content="https://katex.org/">
|
||||
<meta property="og:image" content="https://katex.org/img/og_logo.png">
|
||||
<meta property="og:description" content="Simple API, no dependencies – yet super-fast on all major browsers.">
|
||||
|
||||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/katex@0.10.0-rc.1/dist/fonts/KaTeX_Main-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
|
Reference in New Issue
Block a user