Moving public directory away:

Moving `public/images` dir to `assets/images`, because it conflicts with gitlab CI/CD for documentation.
Moving `assets/styles.css` to `assets/styles/styles.css`.

Related to #117.
This commit is contained in:
John Livingston
2023-02-14 10:19:55 +01:00
parent 68aa95338e
commit 42c21ead94
21 changed files with 10 additions and 9 deletions

View File

@ -4,7 +4,7 @@
const sharp = require('sharp')
const path = require('path')
const inputDir = './public/images/avatars/'
const inputDir = './assets/images/avatars/'
const outputDir = './dist/server/avatars/'
const backgrounds = [
'#ffffff',