Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ad0f9 commit 7a0772dCopy full SHA for 7a0772d
build/generate-sri.mjs
@@ -23,8 +23,6 @@ sh.config.fatal = true
23
const configFile = path.join(__dirname, '../hugo.yml')
24
const isCanaryVersion = pkg.version.includes('canary')
25
26
-console.log(isCanaryVersion)
27
-
28
// Array of objects which holds the files to generate SRI hashes for.
29
// `file` is the path from the root folder
30
// `configPropertyName` is the hugo.yml variable's name of the file
0 commit comments