mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
asi hotove
This commit is contained in:
parent
1f0dd97361
commit
90d5930f92
2 changed files with 4 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
// https://astro.build/config
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
@ -17,5 +17,6 @@ import prefetch from "@astrojs/prefetch";
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind(), image(), sitemap(), compress(), prefetch()]
|
||||
site: "https://stargazers.club", //prepisat uwu
|
||||
integrations: [tailwind(), image(), sitemap(), compress(), prefetch()],
|
||||
});
|
|
@ -1,6 +1,3 @@
|
|||
---
|
||||
---
|
||||
|
||||
<div class="flex drop-shadow-yellow">
|
||||
<h1 class="text-white font-extrabold text-6xl">xHyroM</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue