From e0a6441b97c9056032a972792532a95f8587cec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amalie=20Mans=C3=A5ker?= Date: Wed, 12 Jul 2023 13:59:16 +0200 Subject: [PATCH] =?UTF-8?q?H=C3=A5per=20.next/static=20builder=20?= =?UTF-8?q?=F0=9F=99=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Markus A. R. Johansen Co-authored-by: Hege Haavaldsen Co-authored-by: Helene Arnesen Co-authored-by: Øydis Kind Refsum --- frontend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/build.gradle.kts b/frontend/build.gradle.kts index e08ec94..4d21200 100644 --- a/frontend/build.gradle.kts +++ b/frontend/build.gradle.kts @@ -7,4 +7,4 @@ tasks.assemble { dependsOn("yarn_build") } -project.buildDir = File(".next") \ No newline at end of file +project.buildDir = File(".next/static") \ No newline at end of file