Init
This commit is contained in:
0
config/development/hugo.yaml
Normal file
0
config/development/hugo.yaml
Normal file
15
config/development/params.yaml
Normal file
15
config/development/params.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
pwa:
|
||||
caches:
|
||||
font:
|
||||
strategy: network-first
|
||||
image:
|
||||
strategy: network-first
|
||||
script:
|
||||
strategy: network-first
|
||||
style:
|
||||
strategy: network-first
|
||||
|
||||
hugopress:
|
||||
modules:
|
||||
pwa:
|
||||
disable: true
|
4
config/development/server.yaml
Normal file
4
config/development/server.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
redirects:
|
||||
- from: /**
|
||||
to: /404.html
|
||||
status: 404
|
Reference in New Issue
Block a user