diff --git a/Dockerfile b/Dockerfile index 15ed890..72a31fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20.16.0-alpine3.20 AS base -LABEL version="0.1.6" +LABEL version="0.1.7" LABEL description="Astro based website to use as a profile" ENV PNPM_HOME="/pnpm" diff --git a/astro.config.mjs b/astro.config.mjs index 97e31f6..fc8f422 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -4,7 +4,7 @@ import node from "@astrojs/node"; // https://astro.build/config export default defineConfig({ - output: "server", + output: "hybrid", adapter: node({ mode: "standalone" }) diff --git a/package.json b/package.json index 03ca8c3..dc9e88a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "", + "name": "site-profile", "type": "module", - "version": "0.0.1", + "version": "0.1.7", "scripts": { "dev": "astro dev", "start": "astro dev",