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