Skip to content

Commit e20ad89

Browse files
authored
Add initial wrangler configuration for Docusaurus app
1 parent 3e49323 commit e20ad89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wrangler.jsonc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "my-docusaurus-app",
3+
"compatibility_date": "2025-12-19",
4+
"assets": {
5+
"directory": "./build"
6+
}
7+
}

0 commit comments

Comments
 (0)