style: apply Biome config and normalize quotes
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
@@ -7,14 +7,14 @@ interface Props {
|
||||
}
|
||||
|
||||
const {
|
||||
title = 'Ignis Network - Cat-Inspired Meditation & Mindfulness',
|
||||
description = 'Redefining the digital frontier with next-generation internet services and advanced AI.',
|
||||
canonicalPath = '',
|
||||
title = "Ignis Network - Cat-Inspired Meditation & Mindfulness",
|
||||
description = "Redefining the digital frontier with next-generation internet services and advanced AI.",
|
||||
canonicalPath = "",
|
||||
noindex = false,
|
||||
} = Astro.props;
|
||||
|
||||
const siteUrl = Astro.site?.href || '';
|
||||
const canonicalUrl = `${siteUrl.replace(/\/$/, '')}${canonicalPath}`;
|
||||
const siteUrl = Astro.site?.href || "";
|
||||
const canonicalUrl = `${siteUrl.replace(/\/$/, "")}${canonicalPath}`;
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
|
||||
Reference in New Issue
Block a user