Skip to content

Commit

Permalink
ugh, WhyPress...
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Jun 6, 2024
1 parent 9d0dab9 commit 204eacc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
base: '/bootloader-unlock-wall-of-shame/',
rewrites: {
'README.md': 'index.md',
'(.*)/README.md': '(.*)/'
'(.*)/README.md': '(.*)/index.md'
},
title: "Bootloader Unlock: Wall of Shame",
description: "Keeping track of companies that \"care about your data 🥺\"",
Expand All @@ -30,6 +30,7 @@ export default defineConfig({

themeConfig: {
logo: { src: '/favicon.png', width: 24, height: 24 },
i18nRouting: false,

socialLinks: [
{ icon: 'github', link: 'https://github.com/melontini/bootloader-unlock-wall-of-shame' }
Expand All @@ -42,5 +43,16 @@ export default defineConfig({
search: {
provider: 'local'
},
},

locales: {
"root": {
label: "English",
link: "/",
},
"ru": {
label: "Russian",
link: "/ru/",
}
}
})
2 changes: 1 addition & 1 deletion ru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Отслеживаем компании, которые «заботятся о ваших данных 🥺»

[Переключиться на английский оригинал](README.md)
[Переключиться на английский оригинал](/README.md)

![Terrible](https://raw.githubusercontent.com/melontini/bootloader-unlock-wall-of-shame/main/ru/terrible_ru.svg)
[![License CC BY-NC-SA](https://raw.githubusercontent.com/melontini/bootloader-unlock-wall-of-shame/main/ru/CC-BY-NC-SA-4.0_ru.svg)](https://github.com/melontini/bootloader-unlock-wall-of-shame/blob/main/LICENSE)
Expand Down

0 comments on commit 204eacc

Please sign in to comment.