mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
feat: robots.txt
This commit is contained in:
parent
a2ea5f6aec
commit
afbffd4606
8 changed files with 32 additions and 8 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue