mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
feat: add netlify.toml, remove unneeded import on sponsors page
This commit is contained in:
3
netlify.toml
Normal file
3
netlify.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[build]
|
||||
publish = "/build"
|
||||
command = "bun run build"
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro";
|
||||
import { Card, CardGrid } from "@astrojs/starlight/components";
|
||||
import type { Sponsor } from "../components/SponsorCard.astro";
|
||||
import SponsorCard from "../components/SponsorCard.astro";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user