Skip to content

Commit

Permalink
refactor: remove unused states
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Mar 30, 2024
1 parent 0a6420e commit af436bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/general/common_head.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
$: if (dev && pageMeta.title.length < Number(PUBLIC_MINIMUM_TITLE_LENGTH)) {
console.warn(`Title for page entitled "${pageMeta.title}" is too short.`)
}
$: pageURL = `https://kennethtrecy.pages.dev${pageMeta.path}`
$: imageURL = `https://kennethtrecy.pages.dev${Logo}`
$: designers = pageMeta.designers
.map(person => `${person.givenName} ${person.familyName}`)
.join(" ")
Expand Down

0 comments on commit af436bc

Please sign in to comment.