diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 17:19:17 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 17:19:17 -0400 |
| commit | 86f6ff4026c27c0eb81d1d562ecde2aaf7c9852c (patch) | |
| tree | bee03ee607e0ad2e8351db6c0840445d2967639a /package.json | |
| parent | 71d350a4786e1ea2ebd84f14665e33d1e8bb3387 (diff) | |
feat(persons page): :sparkles: seo 7 format
seo improvements 7 formatting
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c931c5a..acfde1f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "hugo server --bind=0.0.0.0 --disableFastRender --printI18nWarnings", "start:prod": "npm run -s prestart && hugo server --bind=0.0.0.0 --disableFastRender --printI18nWarnings -e production", "prebuild": "npm run clean:public && npm run -s mod:vendor", - "build": "hugo --gc --minify", + "build": "hugo --gc --minify && find public/ -type f ! -name '*.png' -exec gzip -9k {} ;", "build:cache": "npm run -s prebuild && hugo config | grep cachedir && hugo --gc --minify -e ci", "build:debug": "hugo -e debug --debug", "build:preview": "npm run build -D -F", |
