mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
update domain
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/** @type {import('next-sitemap').IConfig} */
|
||||
module.exports = {
|
||||
siteUrl: 'https://www.librechat.cfd',
|
||||
siteUrl: 'https://www.librechat.ai',
|
||||
generateRobotsTxt: true,
|
||||
changefreq: 'daily',
|
||||
exclude: ['*/_meta'],
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"prettier": "pnpm lint:prettier --write",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"homepage": "https://www.librechat.cfd",
|
||||
"homepage": "https://www.librechat.ai",
|
||||
"dependencies": {
|
||||
"@calcom/embed-react": "^1.5.0",
|
||||
"@glidejs/glide": "^3.6.0",
|
||||
|
||||
@@ -63,12 +63,10 @@ const config: DocsThemeConfig = {
|
||||
: '/images/socialcards/default-image.png'
|
||||
|
||||
const image = frontMatter.ogImage
|
||||
? 'https://nextra.librechat.cfd' + frontMatter.ogImage // Use frontmatter image if available
|
||||
? 'https://www.librechat.ai' + frontMatter.ogImage // Use frontmatter image if available
|
||||
: defaultImage // Use default image based on path if frontmatter image is not available
|
||||
|
||||
const video = frontMatter.ogVideo
|
||||
? 'https://nextra.librechat.cfd' + frontMatter.ogVideo //TODO Update URL
|
||||
: null
|
||||
const video = frontMatter.ogVideo ? 'https://www.librechat.ai' + frontMatter.ogVideo : null
|
||||
|
||||
return (
|
||||
<>
|
||||
@@ -83,8 +81,8 @@ const config: DocsThemeConfig = {
|
||||
<meta property="og:image" content={image} />
|
||||
<meta property="twitter:image" content={image} />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site:domain" content="librechat.ai" /> //TODO Update URL
|
||||
<meta name="twitter:url" content="https://librechat.ai" /> //TODO Update URL
|
||||
<meta name="twitter:site:domain" content="librechat.ai" />
|
||||
<meta name="twitter:url" content="https://librechat.ai" />
|
||||
<style
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `html { --font-geist-sans: ${GeistSans.style.fontFamily}; }`,
|
||||
|
||||
Reference in New Issue
Block a user