From 22d40699d9e78aac6039d1788450f6ae72dc6b77 Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Mon, 15 Apr 2024 23:06:58 +0100 Subject: [PATCH] Add domain to toml --- netlify.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 94a20af..65bb205 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,7 @@ NUXT_IMAGE_DOMAINS = "Comma separated list of domains. example.com,example2.com" [build] - command = "nuxi generate" \ No newline at end of file + command = "nuxi generate" + +[images] + remote_images = ["https://secure.woonuxt.com/.*"]