feat: add Sayr bronze sponsor (#383)

* feat: add Sayr bronze sponsor

* fix: correct Sayr black logo URL

* update ui
This commit is contained in:
KM Koushik
2026-03-28 08:57:51 +11:00
committed by GitHub
parent eafbb53104
commit bd78ed9ad9
3 changed files with 71 additions and 28 deletions
+7
View File
@@ -7,6 +7,13 @@ const config = {
images: {
// Required for static export if using images
unoptimized: true,
remotePatterns: [
{
protocol: "https",
hostname: "cdn.doras.to",
pathname: "/Sayr/**",
},
],
},
pageExtensions: ["js", "jsx", "md", "mdx", "ts", "tsx"],
};