diff --git a/docker-compose.yaml b/docker-compose.yaml
index 021de6b1b..ebe39cf5b 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -10,6 +10,5 @@ services:
ports:
- '4173:4173'
-
networks:
fmhy:
diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
index 2023e7d6d..51b4ffa80 100644
--- a/docs/.vitepress/config.mts
+++ b/docs/.vitepress/config.mts
@@ -152,8 +152,10 @@ export default defineConfig({
search,
footer: {
message: `${feedback} (rev: ${commitRef})`,
- copyright: `© ${new Date().getFullYear()}, Estd 2018.` + `
This site does not host any files.`
- },
+ copyright:
+ `© ${new Date().getFullYear()}, Estd 2018.` +
+ `
This site does not host any files.`
+ },
editLink: {
pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',
text: '📝 Edit this page'
diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts
index faece2094..bf027b703 100644
--- a/docs/.vitepress/constants.ts
+++ b/docs/.vitepress/constants.ts
@@ -153,7 +153,10 @@ export const nav: DefaultTheme.NavItem[] = [
{ text: '🔖 Bookmarks', link: 'https://github.com/fmhy/bookmarks' },
{ text: '✅ SafeGuard', link: 'https://github.com/fmhy/FMHY-SafeGuard' },
{ text: '📋 snowbin', link: 'https://pastes.fmhy.net' },
- { text: '®️ Redlib', link: 'https://redlib.fmhy.net/r/FREEMEDIAHECKYEAH/wiki/index' },
+ {
+ text: '®️ Redlib',
+ link: 'https://redlib.fmhy.net/r/FREEMEDIAHECKYEAH/wiki/index'
+ },
{ text: '🔎 SearXNG', link: 'https://searx.fmhy.net/' },
{
text: '💡 Site Hunting',
diff --git a/docs/.vitepress/theme/components/Feedback.vue b/docs/.vitepress/theme/components/Feedback.vue
index 996b29456..cd4f93d7d 100644
--- a/docs/.vitepress/theme/components/Feedback.vue
+++ b/docs/.vitepress/theme/components/Feedback.vue
@@ -266,7 +266,8 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value)
placeholder="What a lovely wiki!"
/>