remove author field

This commit is contained in:
2024-08-24 02:09:34 -05:00
parent 358d6b91c6
commit 7efa375427
6 changed files with 7 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
FROM node:20.17.0-alpine3.20 AS base
LABEL version="0.5.2"
LABEL version="0.5.3"
LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm"