Skip to content

Commit

Permalink
link切れだった画像のlinkを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
nullnyat committed Apr 4, 2022
1 parent cf77eaa commit deaea4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/backend/src/server/web/views/base.pug
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ html
link(rel='apple-touch-icon' href= icon || '/apple-touch-icon.png')
link(rel='manifest' href='/manifest.json')
link(rel='prefetch' href='https://s3.nca10.net/misskey/70aaeca5-ac88-4879-9553-bb620046c38b.png')
link(rel='prefetch' href='https://s3.nca10.net/misskey/5c92993f-9d73-4fa8-b493-db0c4e262f18.png')
link(rel='prefetch' href='https://s3.nca10.net/misskey/fa9c9206-933d-4ab9-a091-dfddda1e356a.png')
link(rel='prefetch' href='https://s3.nca10.net/misskey/8a5397d2-2c01-46cd-a2c5-e5c8edb38f78.png')
link(rel='preload' href='https://use.fontawesome.com/releases/v5.15.3/css/all.css' as='style')
link(rel='stylesheet' href='https://use.fontawesome.com/releases/v5.15.3/css/all.css')
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/pages/not-found.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="ipledcug">
<div class="_fullinfo">
<img src="https://s3.nca10.net/misskey/5c92993f-9d73-4fa8-b493-db0c4e262f18.png" class="_ghost"/>
<img src="https://s3.nca10.net/misskey/fa9c9206-933d-4ab9-a091-dfddda1e356a.png" class="_ghost"/>
<div>{{ $ts.notFoundDescription }}</div>
</div>
</div>
Expand Down

0 comments on commit deaea4a

Please sign in to comment.