From 2f50c2c66b998f1972c1c0df3d4ee419a964752f Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Thu, 11 Apr 2024 23:29:59 +0100 Subject: [PATCH] Hotfix: image test --- netlify.toml | 5 ++++- woonuxt_base/nuxt.config.ts | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 3768647..215f573 100644 --- a/netlify.toml +++ b/netlify.toml @@ -28,4 +28,7 @@ [[headers]] for = "/*.webp" [headers.values] - Cache-Control = "public, max-age=31536000, immutable" \ No newline at end of file + Cache-Control = "public, max-age=31536000, immutable" + +[images] + remote_images = ["https://secure.woonuxt.com/.*"] \ No newline at end of file diff --git a/woonuxt_base/nuxt.config.ts b/woonuxt_base/nuxt.config.ts index 662911a..0b5ac60 100644 --- a/woonuxt_base/nuxt.config.ts +++ b/woonuxt_base/nuxt.config.ts @@ -51,8 +51,6 @@ export default defineNuxtConfig({ nitro: { routeRules: { - '/': { prerender: true }, - '/products/**': { swr: 3600 }, '/checkout/order-received/**': { ssr: false }, '/order-summary/**': { ssr: false }, },