fix: customCSS error message

This commit is contained in:
Junyi Hou 2024-11-17 19:22:31 +08:00
parent 2a6d9b31f8
commit c92d59921f

View File

@ -63,7 +63,7 @@
{{ with resources.Get . }}
{{ $r = . }}
{{ else }}
{{ errorf "error: You defined customCSS, but %s was not found, please check your config." . }}
{{ errorf "error: You defined customCSS, but %s was not found in the local file system, please check your config." . }}
{{ end }}
{{ if $r}}