From 65c78f259ac7c379c7d15471e9b0eeb413975370 Mon Sep 17 00:00:00 2001 From: rogeriopvl Date: Fri, 19 Jul 2024 16:50:09 +0100 Subject: [PATCH] fix(ca): make /ca/ link work when accessed directly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f03a93b..33a6397 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build && rm out/404.html", + "build": "next build && rm out/404.html && cp out/ca.html out/ca/index.html && cp out/ca.txt out/ca/index.txt", "start": "next start", "lint": "next lint", "export": "next export",