feat: robots.txt

This commit is contained in:
trafficlunar 2025-04-26 15:19:00 +01:00
parent a2ea5f6aec
commit afbffd4606
8 changed files with 32 additions and 8 deletions

View file

@ -6,6 +6,10 @@ import UsernameForm from "@/components/username-form";
export const metadata: Metadata = {
title: "Create your Username - TomodachiShare",
description: "Pick a unique username to start using TomodachiShare",
robots: {
index: false,
follow: false,
},
};
export default async function CreateUsernamePage() {