...
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2025-10-11 12:45:00 +04:00
parent 498eb4a7ae
commit cc2665078d
2 changed files with 36 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
// There are various equivalent ways to declare your Docusaurus config.
// See: https://docusaurus.io/docs/api/docusaurus-config
import {themes as prismThemes} from 'prism-react-renderer';
import { themes as prismThemes } from 'prism-react-renderer';
// Mermaid theme support
const mermaidTheme = {
@@ -31,7 +31,7 @@ const config = {
organizationName: 'tfgrid', // Usually your GitHub org/user name.
projectName: 'tfgrid-economics', // Usually your repo name.
deploymentBranch: 'gh-pages',
trailingSlash: false,
trailingSlash: true,
onBrokenLinks: 'throw',
@@ -61,7 +61,7 @@ const config = {
],
themes: ['@docusaurus/theme-mermaid'],
markdown: {
mermaid: true,
hooks: {