diff --git a/astro.config.mjs b/astro.config.mjs index b2e65d5..68c3a41 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -27,13 +27,14 @@ export default defineConfig({ tagline: 'Нереалистичный архив игрового мира', customCss: ['/src/styles/wiki-egames.css'], lastUpdated: true, + disable404Route: true, editLink: { // Замени URL на свой репозиторий, чтобы кнопка "Редактировать" вела в нужное место. baseUrl: 'https://github.com/your-org/astral-archive/edit/main/' }, social: [ - { icon: 'discord', label: 'Discord', href: 'https://discord.gg/example' }, - { icon: 'github', label: 'GitHub', href: 'https://github.com/your-org/astral-archive' } + { icon: 'discord', label: 'Discord', href: 'https://discord.gg/NZEYWSrK' }, + { icon: 'telegram', label: 'Telegram', href: 'https://t.me/RPCM_MINE_BOT' } ], components: { Header: './src/components/WikiHeader.astro', @@ -58,6 +59,13 @@ export default defineConfig({ { label: 'Предметы и ресурсы', link: '/items-resources/' } ] }, + { + label: 'Функции сервера', + items: [ + { label: 'Варка алкоголя', link: '/alcohol-brewing/' }, + { label: 'Рецепты напитков', link: '/alcohol-recipes/' } + ] + }, { label: 'Сервер и сообщество', items: [ diff --git a/public/cat.webp b/public/cat.webp new file mode 100644 index 0000000..49122d7 Binary files /dev/null and b/public/cat.webp differ diff --git a/public/fermentacia.png b/public/fermentacia.png new file mode 100644 index 0000000..91bd157 Binary files /dev/null and b/public/fermentacia.png differ diff --git a/public/kak sdelat mini blok.webp b/public/kak sdelat mini blok.webp new file mode 100644 index 0000000..16c3d52 Binary files /dev/null and b/public/kak sdelat mini blok.webp differ diff --git a/public/mini blok.webp b/public/mini blok.webp new file mode 100644 index 0000000..5ab19a0 Binary files /dev/null and b/public/mini blok.webp differ diff --git a/public/portal.webp b/public/portal.webp new file mode 100644 index 0000000..62525f8 Binary files /dev/null and b/public/portal.webp differ diff --git a/public/бочка.png b/public/бочка.png new file mode 100644 index 0000000..d42c26c Binary files /dev/null and b/public/бочка.png differ diff --git a/src/components/WikiHeader.astro b/src/components/WikiHeader.astro index a94c9fe..24f30f5 100644 --- a/src/components/WikiHeader.astro +++ b/src/components/WikiHeader.astro @@ -19,41 +19,102 @@ const topLinks = [ ]; --- -
-
- - -
- -
- {shouldRenderSearch && } -
- -
-