generated from sig_core/wiki-template
make fastly happy
All checks were successful
Deploy mkdocs based site / deploy (push) Successful in 49s
All checks were successful
Deploy mkdocs based site / deploy (push) Successful in 49s
This commit is contained in:
parent
1ac449ecc6
commit
2212cff180
2 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ service_id = "kH85PxHe4Um4gq8hnVIsB4"
|
|||
|
||||
[local_server.kv_stores]
|
||||
|
||||
[local_server.kv_stores.'sig-security']
|
||||
[local_server.kv_stores.'sig_security']
|
||||
file = "./static-publisher/kvstore.json"
|
||||
format = "json"
|
||||
|
||||
|
|
@ -23,4 +23,4 @@ service_id = "kH85PxHe4Um4gq8hnVIsB4"
|
|||
|
||||
[setup.kv_stores]
|
||||
|
||||
[setup.kv_stores.'sig-security']
|
||||
[setup.kv_stores.'sig_security']
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
/** @type {import('@fastly/compute-js-static-publish').StaticPublishRc} */
|
||||
const rc = {
|
||||
kvStoreName: "sig-security",
|
||||
kvStoreName: "sig_security",
|
||||
publishId: "default",
|
||||
defaultCollectionName: "live",
|
||||
staticPublisherWorkingDir: "./static-publisher",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue