Moved web content into 'web'.

This commit is contained in:
David Soulayrol 2022-12-25 16:56:41 +01:00
commit 74e54a79b4
36 changed files with 3 additions and 1 deletions

View file

@ -15,7 +15,7 @@ module.exports = {
geminiSource: 'gemini',
geminiDestination: join(distribution, 'public_gemini'),
/* Web Distribution */
webSource: 'content',
webSource: 'web',
webDestination: join(distribution, 'public_html')
}
}