🔧 Prøver å hente frontend med react() i Routing.kts

Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no>
Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
Co-authored-by: Øydis Kind Refsum <oydis.kind.refsum@nav.no>
Co-authored-by: Helene Arnesen <helene.arnesen@nav.no>
This commit is contained in:
Markus Johansen 2023-07-13 13:18:52 +02:00
parent 670eb3ae73
commit 9eecff369c

View file

@ -27,9 +27,7 @@ fun configureRouting(): ApplicationEngine = embeddedServer(CIO, applicationEngin
}
routing {
singlePageApplication{
useResources = true //?????????????????????
filesPath = "frontend/.next/server/pages/"
defaultPage = "index.html"
react("frontend/.next")
ignoreFiles {
it.endsWith(".txt")
}