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 30538a0 commit 69fbf9fCopy full SHA for 69fbf9f
build/generate-sri.js
@@ -18,11 +18,11 @@ const sh = require('shelljs')
18
19
sh.config.fatal = true
20
21
-const configFile = path.join(__dirname, '../config.yml')
+const configFile = path.join(__dirname, '../hugo.yml')
22
23
// Array of objects which holds the files to generate SRI hashes for.
24
// `file` is the path from the root folder
25
-// `configPropertyName` is the config.yml variable's name of the file
+// `configPropertyName` is the hugo.yml variable's name of the file
26
const files = [
27
{
28
file: 'dist/css/coreui.min.css',
config.yml renamed to hugo.yml
0 commit comments