diff --git a/site/package.json b/site/package.json
index 1d18af2..5626745 100644
--- a/site/package.json
+++ b/site/package.json
@@ -6,13 +6,13 @@
"main": "index.js",
"repository": {
"type": "git",
- "url": "git+https://github.com/ayoayco/McFly.git",
+ "url": "https://git.sr.ht/~ayoayco/mcfly",
"directory": "app"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
- "url": "https://github.com/ayoayco/McFly/issues"
+ "url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
},
"homepage": "https://mcfly.js.org",
"scripts": {
@@ -29,6 +29,6 @@
"@mcflyjs/core": "workspace:*"
},
"devDependencies": {
- "typescript": "^5"
+ "typescript": "^5.7.3"
}
}
diff --git a/site/src/pages/demo.html b/site/src/pages/demo.html
index 396e03e..e58c7ea 100644
--- a/site/src/pages/demo.html
+++ b/site/src/pages/demo.html
@@ -30,7 +30,7 @@
Visit the Demo Page or read more on ✨ - GitHub. + SourceHut.
* Custom element / web component templates are not yet server-rendered, but is a top-priority goal for the project
diff --git a/templates/basic/src/components/my-footer.html b/templates/basic/src/components/my-footer.html
index 225247f..8612a41 100644
--- a/templates/basic/src/components/my-footer.html
+++ b/templates/basic/src/components/my-footer.html
@@ -1,9 +1,5 @@
diff --git a/templates/basic/src/pages/index.html b/templates/basic/src/pages/index.html
index bf88e0f..eab6b9c 100644
--- a/templates/basic/src/pages/index.html
+++ b/templates/basic/src/pages/index.html
@@ -2,7 +2,7 @@