Compare commits
No commits in common. "ab7464eb83b09f2e2c65881d79951c0e0114d371" and "ba6a8c130844e04bd20dd36b89846dc5eacb1fda" have entirely different histories.
ab7464eb83
...
ba6a8c1308
@ -16,10 +16,6 @@ const { title } = Astro.props;
|
|||||||
<meta name="description" content="Astro description" />
|
<meta name="description" content="Astro description" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<script
|
|
||||||
defer
|
|
||||||
data-domain="creator.tempblade.com"
|
|
||||||
src="https://analytics.unom.io/js/plausible.js"></script>
|
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
import RootLayout from "@/layouts/RootLayout.astro";
|
import RootLayout from "@/layouts/RootLayout.astro";
|
||||||
import Section from "@/components/Section.astro";
|
import Section from "@/components/Section.astro";
|
||||||
|
import Button from "@/components/Button.astro";
|
||||||
import Landing from "@/sections/Landing.astro";
|
import Landing from "@/sections/Landing.astro";
|
||||||
import Introduction from "@/sections/Introduction.astro";
|
import Introduction from "@/sections/Introduction.astro";
|
||||||
import Features from "@/sections/Features.astro";
|
import Features from "@/sections/Features.astro";
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
<p>
|
<p>
|
||||||
You're a developer, like our idea and want to help? Join our discord or
|
You're a developer, like our idea and want to help? Join our discord or
|
||||||
check out the repository!
|
check out the repository!
|
||||||
<a href="https://discord.gg/map44Dt6sK">Our Discord</a>
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
You're not a developer but still want to support the work? I've got a
|
You're not a developer but still want to support the work? I've got a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user