Compare commits

...

2 commits

Author SHA1 Message Date
476575a9b4
Bump version 2024-09-24 05:54:01 +00:00
b6346255fb
Disable runtime telemetry 2024-09-24 05:54:01 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ WORKDIR /app
ENV NODE_ENV=production
# Uncomment the following line in case you want to disable telemetry during runtime.
# ENV NEXT_TELEMETRY_DISABLED=1
ENV NEXT_TELEMETRY_DISABLED=1
RUN apk add shadow
RUN groupadd --system --gid 1001 nodejs

View file

@ -5,7 +5,7 @@ export default function App() {
return (
<div className={style.center}>
<div className={style.content}>
<h1 className={style.title}>Motto<span className={style.version}>v0.0.1-dev</span></h1>
<h1 className={style.title}>Motto<span className={style.version}>v1.0.0</span></h1>
<p className={style.description}>
Motto is a static file server beautifier. <a href="https://forge.monodon.me/Gnarwhal/motto/">Click here</a> for more information.
</p>