Rename assets URL from Khoj S3 bucket to assets.khoj.dev

Server khoj assets from khoj domain
This commit is contained in:
Debanjum Singh Solanky
2024-05-04 13:26:04 +05:30
parent 88daa841fd
commit 425496844b
7 changed files with 7 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ const config = {
{name: 'og:type', content: 'website'},
{name: 'og:site_name', content: 'Khoj Documentation'},
{name: 'og:description', content: 'Quickly get started with using or self-hosting Khoj'},
{name: 'og:image', content: 'https://khoj-web-bucket.s3.amazonaws.com/link_preview_docs.png'},
{name: 'og:image', content: 'https://assets.khoj.dev/link_preview_docs.png'},
{name: 'og:url', content: 'https://docs.khoj.dev'},
{name: 'keywords', content: 'khoj, khoj ai, chatgpt, open ai, open source, productivity'}
],