cloudcannon-hugo
Advanced tools
Comparing version 0.13.0 to 0.13.1
{ | ||
"name": "cloudcannon-hugo", | ||
"type": "module", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Generates the files necessary for a hugo site to integrate with CloudCannon CMS", | ||
@@ -6,0 +6,0 @@ "main": "src/index.js", |
@@ -52,3 +52,3 @@ import { basename, dirname, extname } from 'path'; | ||
.replace(`${contentDir || ''}/`, '/') | ||
.replace(/\/_?index\.md/, '/') | ||
.replace(/\/_?index\.(md|html?)/, '/') | ||
.replace('//', '/'); | ||
@@ -55,0 +55,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39171