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';
44const inter = Inter ( { subsets : [ 'latin' ] } ) ;
55
66export async function generateMetadata ( ) {
7-
8- const isProd = process . env . CF_PAGES_URL ! === 'https://baseai.dev' ? true : false ;
9-
107 return {
118 title : {
129 template : 'BaseAI - The first Web AI Framework' ,
@@ -28,11 +25,11 @@ export async function generateMetadata() {
2825 } ,
2926 authors : [ { name : 'Langbase, Inc.' } ] ,
3027 robots : {
31- index : isProd ? true : false ,
32- follow : isProd ? true : false ,
28+ index : true ,
29+ follow : true ,
3330 googleBot : {
34- index : isProd ? true : false ,
35- follow : isProd ? true : false ,
31+ index : true ,
32+ follow : true ,
3633 }
3734 } ,
3835 keywords : 'BaseAI, Web AI framework' ,
You canβt perform that action at this time.
0 commit comments