Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-17 23:26:08 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-17 23:26:08 +0300
commit3496001c2635678e41dc983cacef746ebcc3b77c (patch)
treec375b742cc95868cb902578f425e8d71b6341e9c /netlify.toml
parentc597c208a819e42d05f9e07c9b336790156c5756 (diff)
fix(netlify): add . to plugin dir
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
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