fix: Fix 404 errors for github repository and license urls in the footer

This commit is contained in:
Dimitri Kandassamy 2024-06-24 21:24:31 +02:00
parent c63adc6678
commit 7ee81a14e7

View File

@ -1,6 +1,6 @@
---
const repo = 'github.com/lissy93/web-check';
const github = `https://github.com/${repo}`;
const github = `https://${repo}`;
const licenseText = 'MIT';
const licenseLink = `${github}/blob/master/LICENSE`;