Update lua.json

Updated lua.json to work with my URL, https:// enpoint for wordpress since I want the dev domain to just redirect people as opposed to being it's own standalone sub/domain.
This commit is contained in:
notxlua
2024-04-15 14:09:28 -05:00
committed by GitHub
parent e0aff5964d
commit 4e5d535eb6
+1 -1
View File
@@ -5,6 +5,6 @@
"email": "notxlua@gmail.com"
},
"record": {
"CNAME": "xmw2.wordpress.com"
"URL": "https://xmw2.wordpress.com"
}
}