add client/admin pages, show info and created admin api and server actions
This commit is contained in:
@@ -15,7 +15,7 @@ export default function robots (): MetadataRoute.Robots {
|
||||
{
|
||||
userAgent: '*',
|
||||
allow: ['/'],
|
||||
disallow: ['/auth/', '/api/'],
|
||||
disallow: ['/auth/', '/api/', '/en/auth/', '/en/api/'],
|
||||
crawlDelay: 3,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user