Unable to successfully run "hugo server" in Visual Studio Code

Does anyone have ideas on how to solve these errors? Thanks!

ERROR 2022/12/15 22:58:44 render of “page” failed: “C:\Users\User\AppData\Local\Temp\hugo_cache\modules\filecache\modules\pkg\mod\github.com\wowchemy\wowchemy-hugo-modules\wowchemy\v5@v5.0.0-20210629192904-559885af86b7\layouts_default\baseof.html:5:3”: execute of template failed: template: project/single.html:5:3: executing “project/single.html” at <partial “site_head” .>: error calling partial: “C:\Users\User\AppData\Local\Temp\hugo_cache\modules\filecache\modules\pkg\mod\github.com\wowchemy\wowchemy-hugo-modules\wowchemy\v5@v5.0.0-20210629192904-559885af86b7\layouts\partials\site_head.html:195:13”: execute of template failed: template: partials/site_head.html:195:13: executing “partials/site_head.html” at <getenv “WC_POST_CSS”>: error calling getenv: access denied: “WC_POST_CSS” is not whitelisted
in policy “security.funcs.getenv”; the current security configuration is:

[security]
enableInlineShortcodes = false

[security.exec]
allow = [‘^dart-sass-embedded$’, ‘^go$’, ‘^npx$’, ‘^postcss$’]
osEnv = [‘(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM)$’]

[security.funcs]
getenv = [‘^HUGO_’, ‘^CI$’]

[security.http]
methods = [‘(?i)GET|POST’]
urls = [‘.*’]

Put this in your config.toml file.

[security.funcs]
getenv = ['^HUGO_', '^CI$','^WC_POST_CSS$']