Compare commits

...

2 Commits
0.5.5 ... 0.6.1

Author SHA1 Message Date
a652d06d31 update dependencies 2025-01-09 21:18:26 -06:00
9d77c9db2a update dependencies 2024-12-21 19:48:14 -06:00
4 changed files with 1341 additions and 970 deletions

View File

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

View File

@@ -3,7 +3,7 @@ import { defineConfig } from 'astro/config';
import node from "@astrojs/node"; import node from "@astrojs/node";
export default defineConfig({ export default defineConfig({
output: "hybrid", output: "static",
adapter: node({ adapter: node({
mode: "standalone" mode: "standalone"
}) })

View File

@@ -1,7 +1,7 @@
{ {
"name": "site-profile", "name": "site-profile",
"type": "module", "type": "module",
"version": "0.5.5", "version": "0.6.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
@@ -10,10 +10,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.3", "@astrojs/check": "^0.9.4",
"@astrojs/node": "^8.3.4", "@astrojs/node": "^9.0.0",
"@directus/sdk": "^17.0.1", "@directus/sdk": "^18.0.0",
"astro": "^4.15.9", "astro": "^5.1.4",
"typescript": "^5.6.2" "typescript": "^5.7.3"
} }
} }

2293
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff