From eeac1a57f19afbe12202cef987f1430a81fe6e1c Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Sun, 29 May 2022 07:58:07 -0700 Subject: [PATCH] index -> metadata --- netlify.toml | 2 +- netlify/edge-functions/{index.js => metadata.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename netlify/edge-functions/{index.js => metadata.js} (100%) diff --git a/netlify.toml b/netlify.toml index 7464a27..3d7b06d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [[edge_functions]] path = "/*" -function = "index" +function = "metadata" [[redirects]] from = "/*" diff --git a/netlify/edge-functions/index.js b/netlify/edge-functions/metadata.js similarity index 100% rename from netlify/edge-functions/index.js rename to netlify/edge-functions/metadata.js