Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

import {themes as prismThemes} from 'prism-react-renderer';

const url = process.env.DOCUSAURUS_URL || 'https://magma.github.io'
const baseUrl = process.env.DOCUSAURUS_BASE_URL || '/magma-documentation/'
const url = process.env.DOCUSAURUS_URL || 'https://docs.magmacore.org'
const baseUrl = process.env.DOCUSAURUS_BASE_URL || '/'

// Security note on visibility of this secret in the source code: the API key is
// not secured by secrecy. It is secured by a referer check for magma.github.io
Expand Down
Loading