Skip to content

Commit

Permalink
refine seo stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jun 5, 2023
1 parent c7c9123 commit 81d1df9
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🎒 local.ai - bring your model and start the experimentation!
# 🎒 local.ai

A desktop app for local AI experimentation, model inference hosting, and note-taking.

Expand Down
Binary file modified apps/desktop/app-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@localai/desktop",
"private": true,
"version": "0.0.5",
"version": "0.1.0",
"scripts": {
"dev:next": "next dev -p 1470",
"build:next": "next build",
Expand Down
Binary file modified apps/desktop/public/favicon.ico
Binary file not shown.
Binary file modified apps/desktop/src-tauri/icons/128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/128x128@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/Square107x107Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/Square142x142Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/Square150x150Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/Square284x284Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/Square30x30Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/Square310x310Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/Square44x44Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/Square71x71Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/Square89x89Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/StoreLogo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/desktop/src-tauri/icons/icon.icns
Binary file not shown.
Binary file modified apps/desktop/src-tauri/icons/icon.ico
Binary file not shown.
Binary file modified apps/desktop/src-tauri/icons/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/app-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/web/public/favicon.ico
Binary file not shown.
Binary file modified apps/web/public/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions apps/web/public/oEmbed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "1.0",
"type": "video",
"provider_name": "GitHub",
"provider_url": "https://www.github.com",
"title": "local.ai Demo",
"author_name": "L ❤️ ☮ ✋",
"author_url": "https://github.com/louisgv",
"html": "<iframe src='https://github.com/louisgv/local.ai/assets/6723574/900f6d83-0867-4aa1-886a-e3c59b144864' width='500' height='300' frameborder='0' allowfullscreen></iframe>",
"width": 500,
"height": 300
}
Binary file added apps/web/public/seo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions apps/web/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ import "@localai/theme/fonts.css"
import "@localai/theme/tailwind.css"
import "@localai/theme/scrollbar.css"

import Head from "next/head"

const LocalAIWebApp = ({ Component, pageProps }: AppProps) => (
<GlobalProvider>
<Head>
{/* discord large image embed */}
<meta name="theme-color" content={"red"} key="theme-color" />
<link type="application/json+oembed" href="/oEmbed.json" />
</Head>
<GlobalStyle />
<DynamicFavIcon />
<Component {...pageProps} />
Expand Down
15 changes: 12 additions & 3 deletions apps/web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,21 @@ const IndexPage: NextPage = () => (
<BasicLayout logo={<Logo />} rightNav={<MiniDownloadButtonGroup />}>
<NextSeo
title="The Local AI Playground"
titleTemplate="%s – local.ai"
description="local.ai enables everyone to quickly test AI models locally with zero technical setup."
description="Experiment with AI models locally with zero technical setup, powered by a native app designed to simplify the whole process. No GPU required!"
openGraph={{
url: "https://www.localai.app",
siteName: "local.ai",
type: "website"
type: "website",
images: [
{
url: "https://www.localai.app/seo.png"
}
]
}}
twitter={{
cardType: "summary_large_image",
handle: "@litbid",
site: "https://www.localai.app"
}}
/>
{/* <!-- Hero Section --> */}
Expand Down

1 comment on commit 81d1df9

@vercel
Copy link

@vercel vercel bot commented on 81d1df9 Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.