File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import type * as Preset from "@docusaurus/preset-classic";
22import { type Config } from "@docusaurus/types" ;
33import { 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>/'
75let baseUrl = "/" ;
86if ( 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.
You can’t perform that action at this time.
0 commit comments