mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
fix(netlify): add . to plugin dir
This commit is contained in:
parent
c597c208a8
commit
3496001c26
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@
|
||||||
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
||||||
|
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
package = "/.netlify/plugins/netlify-plugin-hugo-cache-resources"
|
package = "./.netlify/plugins/netlify-plugin-hugo-cache-resources"
|
Loading…
Reference in a new issue