Skip to content

Commit

Permalink
chore: undo workflow filename change
Browse files Browse the repository at this point in the history
this affects the badges, revert it for now
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent c447b7a commit b3111e3
Show file tree
Hide file tree
Showing 4 changed files with 2,616 additions and 553 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { themes } from "prism-react-renderer";
import remarkMath from "remark-math";
import rehypeKatex from "rehype-katex";
const site_url = "https://pranabdas.github.io";
const drive_url = "https://pranab.pages.dev/assets";
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "OpenMX tutorial",
Expand Down Expand Up @@ -183,10 +182,11 @@ const config = {

stylesheets: [
{
href: drive_url + "/fonts/katex/katex.min.css",
href: "https://pranab.pages.dev/assets/fonts/katex/0.16.11/katex.min.css",
type: "text/css",
},
],

future: {
experimental_faster: true,
},
Expand Down
Loading

0 comments on commit b3111e3

Please sign in to comment.