fix: assets problem
This commit is contained in:
parent
2088948fd5
commit
67c66e31c0
2 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@ export const sendNoteAlert = async (text: string, user: User) => {
|
||||||
export const sendNotificationAlert = async (text: string, user: User) => {
|
export const sendNotificationAlert = async (text: string, user: User) => {
|
||||||
const res = await api(user.host, 'notifications/create', {
|
const res = await api(user.host, 'notifications/create', {
|
||||||
header: 'Misskey Tools with LycheeBridge',
|
header: 'Misskey Tools with LycheeBridge',
|
||||||
icon: 'https://in.gozou.moe/lcb.png',
|
icon: 'https://t.psec.dev/assets/lcb.png',
|
||||||
body: text,
|
body: text,
|
||||||
}, user.token);
|
}, user.token);
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ html
|
||||||
link(rel="preload", href="/assets/otadesign_rounded.woff")
|
link(rel="preload", href="/assets/otadesign_rounded.woff")
|
||||||
link(rel="preload", href="/assets/otadesign_rounded.woff2")
|
link(rel="preload", href="/assets/otadesign_rounded.woff2")
|
||||||
link(rel="preload", href="/assets/PretendardJPVariable.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")
|
link(rel="stylesheet", href="/assets/style.css")
|
||||||
body
|
body
|
||||||
#app: .loading 불러오는 중입니다...
|
#app: .loading 불러오는 중입니다...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue