Corrected fsPathHugo.
This commit is contained in:
parent
599a697ae0
commit
18bcd4037c
@ -9,7 +9,7 @@ const exec = require('sync-exec');
|
||||
const tenant = 'citra'
|
||||
|
||||
const fsPathCode = `./${tenant}-games-wiki/games`
|
||||
const fsPathHugo = '../../../site'
|
||||
const fsPathHugo = '../../site'
|
||||
const fsPathHugoContent = `${fsPathHugo}/content/game`
|
||||
const fsPathHugoBoxart = `${fsPathHugo}/static/images/game/boxart`
|
||||
const fsPathHugoIcon = `${fsPathHugo}/static/images/game/icons`
|
||||
|
Loading…
Reference in New Issue
Block a user