feat: favicon and astroneer

This commit is contained in:
2026-07-08 18:39:10 +02:00
parent 82abc317f1
commit b351354436
16 changed files with 440 additions and 27 deletions
+10
View File
@@ -0,0 +1,10 @@
import type { MetadataRoute } from "next";
export default function robots(): MetadataRoute.Robots {
return {
rules: {
userAgent: "*",
disallow: "/",
},
};
}