From 94e57c313d8703c49735db21c486a827bb4a3c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amalie=20Mans=C3=A5ker?= Date: Wed, 12 Jul 2023 14:11:02 +0200 Subject: [PATCH] =?UTF-8?q?Bytter=20til=20/standalone=20for=20=C3=A5=20bui?= =?UTF-8?q?lde?= 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: 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 4d21200..bd527c5 100644 --- a/frontend/build.gradle.kts +++ b/frontend/build.gradle.kts @@ -7,4 +7,4 @@ tasks.assemble { dependsOn("yarn_build") } -project.buildDir = File(".next/static") \ No newline at end of file +project.buildDir = File(".next/standalone") \ No newline at end of file