From ca94c48e9cd5c28f0b6a031b6eb0ea3231aacb9e Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sat, 14 Jan 2023 13:25:46 +0530 Subject: [PATCH] feat: download assets from cloudflare and jsdelivr cdn and serve locally --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e24e71..ea90c0a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ default: ## Build the website ./scripts/spellcheck.sh --check ./scripts/zola.sh build - sed -i 's%cdnjs.cloudflare.com%manidhayam.org%' themes/even/templates/index.html - sed -i 's%cdnjs.jsdelivr.net%manidhayam.org%' themes/even/templates/index.html + sed -i 's%cdnjs\.cloudflare\.com%manidhayam\.org%' themes/even/templates/index.html + sed -i 's%cdnjs\.jsdelivr\.net%manidhayam\.org%' themes/even/templates/index.html clean: ## Clean build assets ./scripts/zola.sh clean