forked from mirror/misskey
(fix) path
This commit is contained in:
parent
ddf31c392a
commit
fbb9bc37ee
@ -48,7 +48,7 @@ const exampleNote = reactive<Misskey.entities.Note>({
|
|||||||
username: 'ai',
|
username: 'ai',
|
||||||
host: null,
|
host: null,
|
||||||
avatarDecorations: [],
|
avatarDecorations: [],
|
||||||
avatarUrl: './client-assets/tutorial/ai.webp',
|
avatarUrl: '/client-assets/tutorial/ai.webp',
|
||||||
avatarBlurhash: 'eiKmhHIByXxZ~qWXs:-pR*NbR*s:xuRjoL-oR*WCt6WWf6WVf6oeWB',
|
avatarBlurhash: 'eiKmhHIByXxZ~qWXs:-pR*NbR*s:xuRjoL-oR*WCt6WWf6WVf6oeWB',
|
||||||
isBot: false,
|
isBot: false,
|
||||||
isCat: true,
|
isCat: true,
|
||||||
|
@ -53,7 +53,7 @@ const exampleCWNote = reactive<Misskey.entities.Note>({
|
|||||||
username: 'ai',
|
username: 'ai',
|
||||||
host: null,
|
host: null,
|
||||||
avatarDecorations: [],
|
avatarDecorations: [],
|
||||||
avatarUrl: './client-assets/tutorial/ai.webp',
|
avatarUrl: '/client-assets/tutorial/ai.webp',
|
||||||
avatarBlurhash: 'eiKmhHIByXxZ~qWXs:-pR*NbR*s:xuRjoL-oR*WCt6WWf6WVf6oeWB',
|
avatarBlurhash: 'eiKmhHIByXxZ~qWXs:-pR*NbR*s:xuRjoL-oR*WCt6WWf6WVf6oeWB',
|
||||||
isBot: false,
|
isBot: false,
|
||||||
isCat: true,
|
isCat: true,
|
||||||
|
@ -54,7 +54,7 @@ const exampleNote = reactive<Misskey.entities.Note>({
|
|||||||
username: 'syuilo',
|
username: 'syuilo',
|
||||||
host: null,
|
host: null,
|
||||||
avatarDecorations: [],
|
avatarDecorations: [],
|
||||||
avatarUrl: './client-assets/tutorial/syuilo.webp',
|
avatarUrl: '/client-assets/tutorial/syuilo.webp',
|
||||||
avatarBlurhash: 'yFF5Kq0L00?a^*IBNG01^j-pV@D*o|xt58WB}@9at7s.Ip~AWB57%Laes:xaOEoLnis:ofIpoJr?NHtRV@oLoeNHNI%1M{kCWCjuxZ',
|
avatarBlurhash: 'yFF5Kq0L00?a^*IBNG01^j-pV@D*o|xt58WB}@9at7s.Ip~AWB57%Laes:xaOEoLnis:ofIpoJr?NHtRV@oLoeNHNI%1M{kCWCjuxZ',
|
||||||
isBot: false,
|
isBot: false,
|
||||||
isCat: true,
|
isCat: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user