Skip to content

Commit

Permalink
chore: update copywriting
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 24, 2024
1 parent a105f26 commit 8ccc2ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ const config: Config = {
},
},
remarkPlugins: [remarkMath],
// TODO: ts fix
// @ts-ignore
rehypePlugins: [rehypeKatex],
},
blog: {
Expand All @@ -65,7 +63,8 @@ const config: Config = {
stylesheets: [
{
// href: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css',
href: 'https://experiments-hk.sparanoid.net/jsd/npm/[email protected]/dist/katex.min.css',
// href: 'https://experiments-hk.sparanoid.net/jsd/npm/[email protected]/dist/katex.min.css',
href: 'https://workers.vrp.moe/api/jsd/[email protected]/dist/katex.min.css',
type: 'text/css',
integrity:
'sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM',
Expand Down Expand Up @@ -96,7 +95,7 @@ const config: Config = {
},
// {to: '/docs', label: '查看文档', position: 'left'},
{to: '/about', label: '关于', position: 'left'},
{href: 'https://github.com/hyperai/tvm-cn', label: 'GitHub 项目', position: 'left'},
{href: 'https://github.com/hyperai/tvm-cn', label: 'GitHub', position: 'left'},
{href: 'https://hyper.ai', label: '返回超神经', position: 'left'},

// https://github.com/facebook/docusaurus/blob/main/website/docusaurus.config.js#L535C1-L535C1
Expand Down

0 comments on commit 8ccc2ba

Please sign in to comment.