From 5e8c32487972717db55efb73f9ca5ca962389da2 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 12 Apr 2024 15:53:42 -0700 Subject: [PATCH] chore: update urls --- netlify.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/netlify.toml b/netlify.toml index 41673e1f..f53147ed 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,9 +6,18 @@ publish = "_site" edge_functions = "api" +### +# PLUGINS +### [[plugins]] package = "/plugins/fetch-scrobbles" +### +# IMAGES +### +[images] + remote_images = [https://f001.backblazeb2.com/file/coryd-dev-images/.*, https://image.tmdb.org/.*, https://cdn.thestorygraph.com/.*] + ### # URLs ###