Skip to content

Commit

Permalink
seo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiBibeau committed Sep 18, 2024
1 parent b817c90 commit 750407b
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/api/search/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function GET(request: NextRequest) {

const encodedQuery = encodeURIComponent(query);
const response = await fetch(
`http://localhost:8080/search?q=${encodedQuery}&stream=true`,
`https://agents-api-312977769596.northamerica-northeast2.run.app/search?q=${encodedQuery}&stream=true`,
{
headers: {
Authorization: `Bearer ${process.env.AGENTS_API_KEY}`,
Expand Down
10 changes: 5 additions & 5 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import { Metadata } from "next";

export const metadata: Metadata = {
title: "Akeru Search",
description: "Discover the unknown with Akeru Search",
description: "Living Knowledge: AI-powered search to discover the unknown",
openGraph: {
title: "Akeru Search",
description: "Discover the unknown with Akeru Search",
description: "Living Knowledge: AI-powered search to discover the unknown",
images: [
{
url: "https://yourdomain.com/api/og",
url: "https://www.akeru.ai/api/og",
width: 1200,
height: 630,
},
Expand All @@ -21,8 +21,8 @@ export const metadata: Metadata = {
twitter: {
card: "summary_large_image",
title: "Akeru Search",
description: "Discover the unknown with Akeru Search",
images: ["https://yourdomain.com/api/og"],
description: "Living Knowledge: AI-powered search to discover the unknown",
images: ["https://www.akeru.ai/api/og"],
},
};

Expand Down
Binary file added public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 750407b

Please sign in to comment.