File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ import { Inter } from 'next/font/google';
4
4
const inter = Inter ( { subsets : [ 'latin' ] } ) ;
5
5
6
6
export async function generateMetadata ( ) {
7
-
8
- const isProd = process . env . CF_PAGES_URL ! === 'https://baseai.dev' ? true : false ;
9
-
10
7
return {
11
8
title : {
12
9
template : 'BaseAI - The first Web AI Framework' ,
@@ -28,11 +25,11 @@ export async function generateMetadata() {
28
25
} ,
29
26
authors : [ { name : 'Langbase, Inc.' } ] ,
30
27
robots : {
31
- index : isProd ? true : false ,
32
- follow : isProd ? true : false ,
28
+ index : true ,
29
+ follow : true ,
33
30
googleBot : {
34
- index : isProd ? true : false ,
35
- follow : isProd ? true : false ,
31
+ index : true ,
32
+ follow : true ,
36
33
}
37
34
} ,
38
35
keywords : 'BaseAI, Web AI framework' ,
You canβt perform that action at this time.
0 commit comments