diff --git a/+layout.html b/+layout.html
index 2a1c93e..8f13fdd 100644
--- a/+layout.html
+++ b/+layout.html
@@ -8,15 +8,15 @@
{{page}}
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 34b6487..74b1d99 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,4 +19,4 @@ jobs:
run: tar -czvf upload.tar.gz -C ./build .
- name: Release
- run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.net/u?site=1f349.net&branch=${{ github.ref_name }}"'
+ run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.com/u?site=1f349.com&branch=${{ github.ref_name }}"'
diff --git a/hosting.page b/hosting.page
index 79b6c3f..a4b0b2e 100644
--- a/hosting.page
+++ b/hosting.page
@@ -1,11 +1,11 @@
meta:
- title: "1f349.net Hosting"
- author: "1f349.net"
- og-title: "1f349.net Hosting"
- og-url: "https://1f349.net/hosting"
+ title: "1f349.com Hosting"
+ author: "1f349.com"
+ og-title: "1f349.com Hosting"
+ og-url: "https://1f349.com/hosting"
og-type: "object"
- og-image: "https://1f349.net/1f349.svg"
- og-site_name: "1f349.net"
+ og-image: "https://1f349.com/1f349.svg"
+ og-site_name: "1f349.com"
content: |
We are currently hosting the following domains
diff --git a/index.page b/index.page
index a2acc5a..c5ea93e 100644
--- a/index.page
+++ b/index.page
@@ -1,11 +1,11 @@
meta:
- title: "1f349.net"
- author: "1f349.net"
- og-title: "1f349.net"
- og-url: "https://1f349.net"
+ title: "1f349.com"
+ author: "1f349.com"
+ og-title: "1f349.com"
+ og-url: "https://1f349.com"
og-type: "object"
- og-image: "https://1f349.net/1f349.svg"
- og-site_name: "1f349.net"
+ og-image: "https://1f349.com/1f349.svg"
+ og-site_name: "1f349.com"
content: |
diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client
index fdd3ab3..d3bdd59 100644
--- a/public/.well-known/matrix/client
+++ b/public/.well-known/matrix/client
@@ -1,5 +1,5 @@
{
"m.homeserver": {
- "base_url": "https://synapse.1f349.net"
+ "base_url": "https://synapse.1f349.com"
}
}
diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server
index 49dea79..ed90d9d 100644
--- a/public/.well-known/matrix/server
+++ b/public/.well-known/matrix/server
@@ -1,3 +1,3 @@
{
- "m.server": "synapse.1f349.net:443"
+ "m.server": "synapse.1f349.com:443"
}