feat(content): more content
This commit is contained in:
parent
ccd70d0eb9
commit
cc899c587f
16 changed files with 169 additions and 57 deletions
|
@ -1,3 +1,3 @@
|
|||
export function imageSrc(src: string) {
|
||||
return src.startsWith('http') ? `url(${src})` : `/images/${src}`
|
||||
return src.startsWith('http') ? `url(${src})` : `url(/images/${src})`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue