Bye gitlab pages, welcome cd/ci with server
This commit is contained in:
parent
acc66bafeb
commit
a674b41d00
13 changed files with 45 additions and 31 deletions
src/components
|
@ -7,7 +7,7 @@ export interface Props {
|
|||
|
||||
const { image, link, title } = Astro.props;
|
||||
|
||||
const icon: string = `background: url('/fgosite/ta_icons/${image}.webp')`
|
||||
const icon: string = `background: url('/ta_icons/${image}.webp')`
|
||||
---
|
||||
<a href={link} target="_blank" rel="noopener noreferrer" aria-label={title}>
|
||||
<article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue