Skip to content

Commit

Permalink
fix assets path (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Dec 19, 2023
1 parent cf754a5 commit 835d36b
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion src/.vuepress/components/MkAd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
setup() {
const ads = [{
link: 'https://github.com/misskey-dev',
img: 'https://raw.githubusercontent.com/misskey-dev/assets/main/i-want-you.png',
img: 'https://assets.misskey-hub.net/public/i-want-you.pngmain/i-want-you.png',
}, {
link: 'https://github.com/syuilo/ai',
img: 'https://raw.githubusercontent.com/syuilo/ai-profile/master/ai-ad.png',
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default defineUserConfig<DefaultThemeOptions>({
theme: localTheme({
repo: 'misskey-dev/misskey-hub',
docsDir: 'src',
logo: 'https://raw.githubusercontent.com/misskey-dev/assets/main/favicon.png',
logo: 'https://assets.misskey-hub.net/public/favicon.png',
locales: {
'/': {
selectLanguageName: '日本語',
Expand Down
8 changes: 4 additions & 4 deletions src/appendix/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Misskeyのロゴ、アイコンなどのアセットのコレクションです
:::

## ロゴ
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg">
<a class="asset" href="https://assets.misskey-hub.net/public/misskey.svg" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/misskey.svg">
</a>

## アイコン
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png">
<a class="asset" href="https://assets.misskey-hub.net/public/icon.png" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/icon.png">
</a>

<style>
Expand Down
8 changes: 4 additions & 4 deletions src/en/appendix/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ All assets are managed in [misskey-dev/assets](https://github.com/misskey-dev/as
:::

## Logo
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg">
<a class="asset" href="https://assets.misskey-hub.net/public/misskey.svg" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/misskey.svg">
</a>

## Icon
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png">
<a class="asset" href="https://assets.misskey-hub.net/public/icon.png" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/icon.png">
</a>

<style>
Expand Down
8 changes: 4 additions & 4 deletions src/fr/appendix/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Toutes les ressources sont disponibles dans [misskey-dev/assets](https://github.
:::

## Logo
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg">
<a class="asset" href="https://assets.misskey-hub.net/public/misskey.svg" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/misskey.svg">
</a>

## Icône
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png">
<a class="asset" href="https://assets.misskey-hub.net/public/icon.png" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/icon.png">
</a>

<style>
Expand Down
8 changes: 4 additions & 4 deletions src/id/appendix/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Semua aset dikelola di [misskey-dev/assets](https://github.com/misskey-dev/asset
:::

## Logo
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg">
<a class="asset" href="https://assets.misskey-hub.net/public/misskey.svg" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/misskey.svg">
</a>

## Icon
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png">
<a class="asset" href="https://assets.misskey-hub.net/public/icon.png" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/icon.png">
</a>

<style>
Expand Down
8 changes: 4 additions & 4 deletions src/it/appendix/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ I file sorgente vengono gestiti in questo repository : [misskey-dev/assets](http

## Logo

<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg">
<a class="asset" href="https://assets.misskey-hub.net/public/misskey.svg" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/misskey.svg">
</a>

## Icona

<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png">
<a class="asset" href="https://assets.misskey-hub.net/public/icon.png" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/icon.png">
</a>

<style>
Expand Down
8 changes: 4 additions & 4 deletions src/ko/appendix/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Misskey의 에셋은 **CC BY-NC-SA**에 따라 자유롭게 사용하실 수 있
:::

## 로고
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg">
<a class="asset" href="https://assets.misskey-hub.net/public/misskey.svg" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/misskey.svg">
</a>

## 아이콘
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png">
<a class="asset" href="https://assets.misskey-hub.net/public/icon.png" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/icon.png">
</a>

<style>
Expand Down
8 changes: 4 additions & 4 deletions src/pl/appendix/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Materiały są zarządzane na repozytorium [misskey-dev/assets](https://github.c

## Logo

<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg">
<a class="asset" href="https://assets.misskey-hub.net/public/misskey.svg" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/misskey.svg">
</a>

## Ikona

<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png">
<a class="asset" href="https://assets.misskey-hub.net/public/icon.png" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/icon.png">
</a>

<style>
Expand Down
8 changes: 4 additions & 4 deletions src/zh-CN/appendix/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ description: 'collection of Misskey logos, icons, and other assets.'
:::

## 标志 Logo
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg">
<a class="asset" href="https://assets.misskey-hub.net/public/misskey.svg" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/misskey.svg">
</a>

## 图标 Icon
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png">
<a class="asset" href="https://assets.misskey-hub.net/public/icon.png" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/icon.png">
</a>

<style>
Expand Down
8 changes: 4 additions & 4 deletions src/zh-TW/appendix/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Misskey的標誌、圖示等資產的集合。
:::

## 標誌
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/misskey.svg">
<a class="asset" href="https://assets.misskey-hub.net/public/misskey.svg" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/misskey.svg">
</a>

## 圖示
<a class="asset" href="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png" target="_blank" download>
<img src="https://raw.githubusercontent.com/misskey-dev/assets/main/icon.png">
<a class="asset" href="https://assets.misskey-hub.net/public/icon.png" target="_blank" download>
<img src="https://assets.misskey-hub.net/public/icon.png">
</a>

<style>
Expand Down

0 comments on commit 835d36b

Please sign in to comment.