We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b7023 commit 417a31aCopy full SHA for 417a31a
backend/cmd/server/main.go
@@ -311,6 +311,8 @@ func main() {
311
312
// Serve Nuxt build output directories
313
router.Static("/_nuxt", filepath.Join(staticPath, "_nuxt"))
314
+ router.Static("/_ipx", filepath.Join(staticPath, "_ipx"))
315
+ router.Static("/images", filepath.Join(staticPath, "images"))
316
317
// Serve root static files
318
router.StaticFile("/favicon.ico", filepath.Join(staticPath, "favicon.ico"))
0 commit comments