mirror of
https://github.com/immich-app/immich.git
synced 2025-06-20 17:03:14 +02:00
docs: link to blog in announcement (#9208)
This commit is contained in:
parent
64e9791a3f
commit
84d638645d
2 changed files with 13 additions and 5 deletions
|
@ -77,9 +77,13 @@ const config = {
|
|||
},
|
||||
announcementBar: {
|
||||
id: 'site_announcement_immich',
|
||||
content: `⚠️ The project is under <strong>very active</strong> development. Expect bugs and changes. Do not use it as <strong>the only way</strong> to store your photos and videos!`,
|
||||
backgroundColor: '#593f00',
|
||||
textColor: '#ffefc9',
|
||||
content:
|
||||
'Immich joins Futo! Read about the announcement <a href="/blog/2024/immich-core-team-goes-fulltime">here</a>.',
|
||||
backgroundColor: '#4250af',
|
||||
textColor: 'white',
|
||||
// content: `⚠️ The project is under <strong>very active</strong> development. Expect bugs and changes. Do not use it as <strong>the only way</strong> to store your photos and videos!`,
|
||||
// backgroundColor: '#593f00',
|
||||
// textColor: '#ffefc9',
|
||||
isCloseable: false,
|
||||
},
|
||||
docs: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue