We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b676fb commit 6f74985Copy full SHA for 6f74985
1 file changed
docusaurus.config.ts
@@ -2,8 +2,6 @@ import type * as Preset from "@docusaurus/preset-classic";
2
import { type Config } from "@docusaurus/types";
3
import { themes as prismThemes } from "prism-react-renderer";
4
5
-// Set the /<baseUrl>/ pathname under which your site is served
6
-// For GitHub pages deployment, it is often '/<projectName>/'
7
let baseUrl = "/";
8
if (process.env.PREVIEW_PATH) {
9
baseUrl += process.env.PREVIEW_PATH;
@@ -15,8 +13,6 @@ const config: Config = {
15
13
16
14
// Set the production url of your site here
17
url: "https://services.rt.nyu.edu/",
18
- // Set the /<baseUrl>/ pathname under which your site is served
19
- // For GitHub pages deployment, it is often '/<projectName>/'
20
baseUrl: baseUrl,
21
22
// GitHub pages deployment config.
0 commit comments