Compare commits

...

3 Commits
0.1.6 ... 0.1.7

Author SHA1 Message Date
ad88da00e6 enable hyrbide rendering 2024-08-23 00:13:47 -05:00
ff50ff7e9a remove main release 2024-08-19 21:57:31 -05:00
a37da0c6ed add gitignore 2024-08-19 21:49:57 -05:00
5 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,6 @@ name: release-image
on:
push:
branches:
- main
tags:
- 0.*

2
.gitignore vendored
View File

@@ -22,3 +22,5 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/
site-profile.code-workspace

View File

@@ -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"

View File

@@ -4,7 +4,7 @@ import node from "@astrojs/node";
// https://astro.build/config
export default defineConfig({
output: "server",
output: "hybrid",
adapter: node({
mode: "standalone"
})

View File

@@ -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",