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:
ylemkimon
2018-08-31 17:08:02 +09:00
committed by Erik Demaine
parent cd8e6e0de6
commit 89daa02fd8
15 changed files with 37 additions and 51 deletions

View File

@@ -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">