Skip to content

Commit d27804a

Browse files
committed
minor(modeling-commons): enable IPX as image provider
1 parent f4cdadc commit d27804a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/modeling-commons-frontend/nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,13 @@ export default defineNuxtConfig({
176176

177177
image: {
178178
domains: imageDomains,
179-
provider: "none",
179+
provider: "ipx",
180180
format: ["avif", "webp", "jpeg"],
181181
ipx: {
182182
// Avoid exposing name of internal binary
183183
// -Omar Ibrahim, Apr 20 26
184184
baseURL: "/_images",
185+
maxAge: 60 * 60 * 24 * 30,
185186
},
186187
},
187188

0 commit comments

Comments
 (0)