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