summaryrefslogtreecommitdiff
path: root/wrangler.jsonc
blob: 65b5e6e7c90f60708893a6a76f3993673023a891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "$schema": "node_modules/wrangler/config-schema.json",
    "name": "namehackclub",
    "compatibility_date": "2025-06-15",
    "assets": {
        "directory": "./dist"
    },
    "routes": [
        {
            "pattern": "namehack.club",
            "custom_domain": true
        },
        {
            "pattern": "www.namehack.club",
            "custom_domain": true
        }
    ]
}