Skip to content

Commit

Permalink
Merge pull request #7 from LTopx/fixBugs
Browse files Browse the repository at this point in the history
Fix: [#6](#6)
  • Loading branch information
Peek-A-Booo authored Sep 2, 2023
2 parents 0464344 + 3e9368a commit cdd5081
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Le-AI Change Log

## v0.9.1

> 2023-09-02
### Fixed

- Fixed: issue of missing metadataBase and env variable [#6](https://github.com/LTopx/Le-AI/issues/6)

## v0.9.0

> 2023-09-01
Expand Down
8 changes: 8 additions & 0 deletions CHANGE_LOG.zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Le-AI 更新日志

## v0.9.1

> 2023-09-02
### 修复

- 修复 issue of missing metadataBase and env variable [#6](https://github.com/LTopx/Le-AI/issues/6)

## v0.9.0

> 2023-09-01
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@react-email/components": "0.0.7",
"@react-email/render": "0.0.7",
"@svgr/webpack": "8.1.0",
"@types/node": "20.5.7",
"@types/node": "20.5.8",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@upstash/redis": "1.22.0",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ export const metadata: Metadata = {
userScalable: false,
},
appleWebApp: { capable: true, title: "Le-AI" },
metadataBase: new URL(process.env.NEXT_PUBLIC_METABASE_URL as string),
openGraph: {
title: "Le-AI | An AI Assitant Hub",
description:
"Le-AI is an open-source project that helps you improve your learning, work, and life efficiency by providing various AI models.",
url: "https://le-ai.app",
siteName: "Le-AI",
locale: "zh_CN",
locale: "en_US",
type: "website",
images: {
url: "https://le-ai.app/opengraph-image.png?v=2",
Expand Down

1 comment on commit cdd5081

@vercel
Copy link

@vercel vercel bot commented on cdd5081 Sep 2, 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.