From 2268f0c38c7b056024f33fc60bea119d8c659565 Mon Sep 17 00:00:00 2001 From: Michael Winter Date: Fri, 27 Feb 2026 09:15:37 +0100 Subject: [PATCH] chore: Add hybrid rendering, CSP fixes, memory config --- Dockerfile | 1 + layouts/default.vue | 52 +++++++++++++++++++++++++++++---------------- nuxt.config.ts | 7 ++++++ pages/index.vue | 20 +++++++++++------ 4 files changed, 55 insertions(+), 25 deletions(-) diff --git a/Dockerfile b/Dockerfile index a50a7bf..e26595d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM node:22-alpine AS build ARG PASSWORD ENV PASSWORD=${PASSWORD} +ENV NODE_OPTIONS="--max-old-space-size=4096" WORKDIR /src COPY package*.json ./ RUN npm install diff --git a/layouts/default.vue b/layouts/default.vue index c94f4ad..38353f6 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -29,26 +29,38 @@
- + + +
- + + +
- + + +
- + + +
- + + +
- + + +
@@ -63,24 +75,28 @@