Added technologies, other approach for image loading
This commit is contained in:
parent
bddb6db8c5
commit
b9f5460501
13 changed files with 84 additions and 20 deletions
src/components
|
@ -17,7 +17,7 @@ if (currentPage === slug) {
|
|||
currPage = "current"
|
||||
}
|
||||
|
||||
const fulllink = `${Astro.site}${slug}`;
|
||||
const fulllink = `/fgosite/${slug}`;
|
||||
---
|
||||
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue