Create _vercel.loomeh.json

Handles the subdomains for my main website and the websites for some of my projects. Here are the default vercel-generated URLs for these sites.
- https://portfolio-website-loomehs-projects.vercel.app/
- https://libresplit-website.vercel.app
- https://libresplit-autosplitters-website.vercel.app/
- https://guess-the-ktp-character.vercel.app/
This commit is contained in:
Zane Holbrooke-Jones
2025-02-24 04:33:09 +00:00
committed by GitHub
parent 049953a4e7
commit 4763d4f6c6
+14
View File
@@ -0,0 +1,14 @@
{
"owner": {
"username": "loomeh",
"bluesky": "loomeh.bsky.social"
},
"record": {
"TXT": [
"vc-domain-verify=loomeh.is-a.dev,a6084877a07f81dfa4b2",
"vc-domain-verify=libresplit.loomeh.is-a.dev,345e69da9c8565af78cb",
"vc-domain-verify=libresplit-resources.loomeh.is-a.dev,41fad39e7213cf56c118",
"vc-domain-verify=ktpguesser.loomeh.is-a.dev,7e26e46b10152c2df032"
]
}
}