We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1501e81 commit 3bd59a3Copy full SHA for 3bd59a3
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