0
0
Fork 0

fix: assets problem

This commit is contained in:
아르페 2024-01-31 02:42:06 +09:00
parent 2088948fd5
commit 67c66e31c0
2 changed files with 2 additions and 1 deletions

View file

@ -52,7 +52,7 @@ export const sendNoteAlert = async (text: string, user: User) => {
export const sendNotificationAlert = async (text: string, user: User) => {
const res = await api(user.host, 'notifications/create', {
header: 'Misskey Tools with LycheeBridge',
icon: 'https://in.gozou.moe/lcb.png',
icon: 'https://t.psec.dev/assets/lcb.png',
body: text,
}, user.token);

View file

@ -17,6 +17,7 @@ html
link(rel="preload", href="/assets/otadesign_rounded.woff")
link(rel="preload", href="/assets/otadesign_rounded.woff2")
link(rel="preload", href="/assets/PretendardJPVariable.woff2")
script(src='https://kit.fontawesome.com/6430ad0e29.js' crossorigin='anonymous')
link(rel="stylesheet", href="/assets/style.css")
body
#app: .loading 불러오는 중입니다...