From 67e5e787fb5354ce7219327fdeed01367e42944a Mon Sep 17 00:00:00 2001 From: secondl1ght Date: Thu, 23 May 2024 16:41:20 -0600 Subject: [PATCH] use base file path --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 5a03776..e2029f2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,4 +6,4 @@ remote_images = ["https://static.btcmap.org/images/.*", "https://www.openstreetmap.org/.*", "https://avatars.githubusercontent.com/.*" ] [functions] - included_files = ["**/.ttf"] + included_files = ["/static/fonts/Manrope-Regular.ttf"]