Skip to content

Commit 7ee81a1

Browse files
fix: Fix 404 errors for github repository and license urls in the footer
1 parent c63adc6 commit 7ee81a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/scafold/Footer.astro‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
const repo = 'github.com/lissy93/web-check';
3-
const github = `https://github.com/${repo}`;
3+
const github = `https://${repo}`;
44
55
const licenseText = 'MIT';
66
const licenseLink = `${github}/blob/master/LICENSE`;

0 commit comments

Comments
 (0)