Skip to content

Commit 6f74985

Browse files
authored
Update docusaurus.config.ts
1 parent 4b676fb commit 6f74985

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docusaurus.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import type * as Preset from "@docusaurus/preset-classic";
22
import { type Config } from "@docusaurus/types";
33
import { themes as prismThemes } from "prism-react-renderer";
44

5-
// Set the /<baseUrl>/ pathname under which your site is served
6-
// For GitHub pages deployment, it is often '/<projectName>/'
75
let baseUrl = "/";
86
if (process.env.PREVIEW_PATH) {
97
baseUrl += process.env.PREVIEW_PATH;
@@ -15,8 +13,6 @@ const config: Config = {
1513

1614
// Set the production url of your site here
1715
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>/'
2016
baseUrl: baseUrl,
2117

2218
// GitHub pages deployment config.

0 commit comments

Comments
 (0)