Update hugo version in netlify.toml (#946)
* Update hugo version in netlify.toml Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Rename config.yaml to hugo.yaml Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Use go version 1.21 Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Fix link Signed-off-by: hossainemruz <hossainemruz@gmail.com> --------- Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
module:
|
||||
hugoVersion:
|
||||
min: "0.122.0"
|
||||
extended: true
|
||||
mounts:
|
||||
- source: content
|
||||
target: content
|
||||
- source: static
|
||||
target: static
|
||||
- source: layouts
|
||||
target: layouts
|
||||
- source: data
|
||||
target: data
|
||||
- source: assets
|
||||
target: assets
|
||||
- source: i18n
|
||||
target: i18n
|
||||
- source: archetypes
|
||||
target: archetypes
|
||||
- source: ../../node_modules/flag-icon-css/flags
|
||||
target: static/flags
|
||||
- source: ../../node_modules/@fontsource/mulish/files
|
||||
target: static/files
|
||||
- source: ../../node_modules/katex/dist/fonts
|
||||
target: static/fonts
|
||||
Reference in New Issue
Block a user