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