mirror of
https://github.com/ION606/ion606.github.io.git
synced 2026-05-14 22:16:59 +00:00
path fix
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ function createPageMenu() {
|
|||||||
const ul = document.createElement('ul');
|
const ul = document.createElement('ul');
|
||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
{ text: 'Home', href: 'index.html' },
|
{ text: 'Home', href: '/' },
|
||||||
|
{ text: 'Projects', href: 'projects.html' },
|
||||||
{ text: 'README', href: 'README.html' }
|
{ text: 'README', href: 'README.html' }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user