mirror of
https://github.com/SkyfallWasTaken/skyfalldev.git
synced 2024-12-04 22:57:32 +00:00
Add WIP message
This commit is contained in:
parent
dcead4d9bc
commit
e94666e44e
2 changed files with 6 additions and 4 deletions
|
@ -9,8 +9,8 @@ import svelte from "@astrojs/svelte";
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: "https://skyfall.dev",
|
site: "https://skyfall.dev",
|
||||||
integrations: [mdx(), sitemap(), tailwind(), svelte()],
|
integrations: [mdx(), sitemap(), tailwind(), svelte()],
|
||||||
output: "hybrid", // or 'server'
|
/* output: "hybrid", // or 'server'
|
||||||
experimental: {
|
experimental: {
|
||||||
actions: true,
|
actions: true,
|
||||||
},
|
}, */
|
||||||
});
|
});
|
|
@ -5,7 +5,7 @@ import Footer from "../components/Footer.astro";
|
||||||
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
||||||
import Button from "../components/ui/Button.astro";
|
import Button from "../components/ui/Button.astro";
|
||||||
import Hr from "../components/ui/Hr.astro";
|
import Hr from "../components/ui/Hr.astro";
|
||||||
import GitHubHeatmap from "../components/homepage/GitHubHeatmap.svelte";
|
/* import GitHubHeatmap from "../components/homepage/GitHubHeatmap.svelte"; */
|
||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
@ -30,7 +30,9 @@ import GitHubHeatmap from "../components/homepage/GitHubHeatmap.svelte";
|
||||||
</div>
|
</div>
|
||||||
<Hr />
|
<Hr />
|
||||||
<div class="flex flex-col gap-4 w-full lg:w-[40%]">
|
<div class="flex flex-col gap-4 w-full lg:w-[40%]">
|
||||||
<GitHubHeatmap client:load />
|
<!-- <GitHubHeatmap client:load /> -->
|
||||||
|
<p class="font-semibold">This site is a work in progress.</p>
|
||||||
|
<p>Please excuse the mess!</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
Loading…
Reference in a new issue