mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-22 05:53:31 -04:00
content: Change build.sh file perms in Cloudflare hosting docs
This commit is contained in:
parent
0569c68cac
commit
82885415fa
@ -28,15 +28,15 @@ Create a `wrangler.toml` file in the root of your project.
|
||||
```toml {file="wrangler.toml" copy=true}
|
||||
# Configure Cloudflare Worker
|
||||
|
||||
name = 'hosting-cloudflare-worker'
|
||||
compatibility_date = '2025-07-31'
|
||||
name = "hosting-cloudflare-worker"
|
||||
compatibility_date = "2025-07-31"
|
||||
|
||||
[build]
|
||||
command = './build.sh'
|
||||
command = "chmod a+x build.sh && ./build.sh"
|
||||
|
||||
[assets]
|
||||
directory = './public'
|
||||
not_found_handling = '404-page'
|
||||
directory = "./public"
|
||||
not_found_handling = "404"
|
||||
```
|
||||
|
||||
### Step 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user