fixed home page hyperlink and extension gif
This commit is contained in:
parent
478902633f
commit
5ec612d74f
@ -22,8 +22,20 @@ export default defineConfig({
|
|||||||
}),
|
}),
|
||||||
starlight({
|
starlight({
|
||||||
title: '👋 Jan',
|
title: '👋 Jan',
|
||||||
|
|
||||||
favicon: 'jan2.png',
|
favicon: 'jan2.png',
|
||||||
|
head: [
|
||||||
|
{
|
||||||
|
tag: 'script',
|
||||||
|
content: `
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
const logoLink = document.querySelector('a[href="/"]');
|
||||||
|
if (logoLink) {
|
||||||
|
logoLink.href = 'https://jan.ai';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
// starlightThemeRapide(),
|
// starlightThemeRapide(),
|
||||||
starlightThemeNext(),
|
starlightThemeNext(),
|
||||||
|
|||||||
@ -17,7 +17,7 @@ banner:
|
|||||||
|
|
||||||
import { Aside, Card, CardGrid } from '@astrojs/starlight/components';
|
import { Aside, Card, CardGrid } from '@astrojs/starlight/components';
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Your AI Models, Anywhere on the Web
|
## Your AI Models, Anywhere on the Web
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ keywords:
|
|||||||
]
|
]
|
||||||
banner:
|
banner:
|
||||||
content: |
|
content: |
|
||||||
👋Jan now <a href="./multi-modal">supports image 🖼️ attachments</a> 🎉
|
👋Jan now <a href="../multi-modal">supports image 🖼️ attachments</a> 🎉
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Aside } from '@astrojs/starlight/components';
|
import { Aside } from '@astrojs/starlight/components';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user