From 3496001c2635678e41dc983cacef746ebcc3b77c Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 17 Sep 2020 22:26:08 +0200 Subject: [PATCH] fix(netlify): add . to plugin dir --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 89f501b..65f9abb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -17,4 +17,4 @@ command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" [[plugins]] - package = "/.netlify/plugins/netlify-plugin-hugo-cache-resources" \ No newline at end of file + package = "./.netlify/plugins/netlify-plugin-hugo-cache-resources" \ No newline at end of file