mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 03:39:54 +00:00
docs: fix base site env usage
This commit is contained in:
parent
d85628b4c9
commit
231156d452
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import * as themes from 'prism-react-renderer';
|
|||
|
||||
let baseSite = 'https://foxxmd.github.io';
|
||||
const baseSiteEnv = process.env.BASE_SITE;
|
||||
if(baseSite !== undefined && baseSite !== null && baseSite.trim() !== '') {
|
||||
if(baseSiteEnv !== undefined && baseSiteEnv !== null && baseSiteEnv.trim() !== '') {
|
||||
baseSite = baseSiteEnv;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue