Corrected fsPathHugo.

This commit is contained in:
Chris 2019-08-05 23:32:54 -04:00
parent 599a697ae0
commit 18bcd4037c
1 changed files with 1 additions and 1 deletions

View File

@ -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`