Skip to content

Commit d309c7b

Browse files
authored
Merge pull request #1 from faroshq/test
test
2 parents e4a973a + 3cbb0c6 commit d309c7b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ npm run dev # http://localhost:4321
2929
npm run build # Output in ./dist
3030
```
3131

32+
3233
## Deployment
3334

3435
Deployed to [Cloudflare Pages](https://pages.cloudflare.com/) on push to `main`.

wrangler.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
name = "sovereign-stack-cloud"
22
compatibility_date = "2026-04-01"
3-
pages_build_output_dir = "./dist"
3+
4+
[assets]
5+
directory = "./dist"

0 commit comments

Comments
 (0)