Skip to content

Commit 76dd316

Browse files
author
marci
committed
Füge wrangler.jsonc für die Workflow-Konfiguration hinzu
1 parent 7c478c6 commit 76dd316

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/wrangler.jsonc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "securebitsblog",
3+
"compatibility_date": "2025-07-20",
4+
"assets": {
5+
"directory": "./public",
6+
"html_handling": "auto-trailing-slash",
7+
"not_found_handling": "404-page",
8+
"run_worker_first": false
9+
},
10+
"build": {
11+
"command": "hugo build --gc --minify",
12+
},
13+
"workers_dev": true,
14+
"preview_urls": true
15+
}

0 commit comments

Comments
 (0)