Новые правки в компоенты

This commit is contained in:
Web-serfer 2026-04-18 18:25:10 +05:00
parent e85d1ce668
commit 6f727aae7b
23 changed files with 1483 additions and 37 deletions

View file

@ -5,6 +5,7 @@ import node from '@astrojs/node';
import mdx from '@astrojs/mdx';
import icon from "astro-icon";
import sitemap from '@astrojs/sitemap';
import solidJs from '@astrojs/solid-js';
// https://astro.build/config
export default defineConfig({
@ -14,7 +15,7 @@ export default defineConfig({
const blockedPaths = ['/auth/', '/blog/search', '/404'];
return !blockedPaths.some(path => page.includes(path));
},
})],
}), solidJs()],
vite: {
plugins: [tailwindcss()],
build: {