From 8ca69600061ee64f41c1da4372e6dc2915c2f597 Mon Sep 17 00:00:00 2001 From: bndw Date: Fri, 23 Jan 2026 20:41:52 -0800 Subject: feat: enable static site export Remove unused hello API route template and configure Next.js for static export. Add make target for building static site. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5726467..7ba5b28 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,7 @@ dev: .PHONY: run run: docker run --rm -p 3000:3000 $(TAG_LATEST) + +.PHONY: static +static: + yarn build -- cgit v1.2.3