Compare commits
2 Commits
f29109adc2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
78cad4e26c
|
|||
|
7d6d41d6e2
|
1
public/favicon.svg
Normal file
1
public/favicon.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#F1978E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flame-icon lucide-flame"><path d="M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4"/></svg>
|
||||
|
After Width: | Height: | Size: 333 B |
@@ -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',
|
||||
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>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import HomePage from "../components/HomePage";
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import HomePage from '../components/HomePage';
|
||||
---
|
||||
|
||||
<Layout
|
||||
title="Ignis Network - Cat-Inspired Meditation & Mindfulness"
|
||||
title="Ignis Network"
|
||||
description="Redefining the digital frontier with next-generation internet services and advanced AI."
|
||||
canonicalPath="/"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user