Skip to content

Commit 417a31a

Browse files
committed
Update static routes
1 parent 99b7023 commit 417a31a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/cmd/server/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ func main() {
311311

312312
// Serve Nuxt build output directories
313313
router.Static("/_nuxt", filepath.Join(staticPath, "_nuxt"))
314+
router.Static("/_ipx", filepath.Join(staticPath, "_ipx"))
315+
router.Static("/images", filepath.Join(staticPath, "images"))
314316

315317
// Serve root static files
316318
router.StaticFile("/favicon.ico", filepath.Join(staticPath, "favicon.ico"))

0 commit comments

Comments
 (0)