Новые правки в компоенты
This commit is contained in:
parent
e85d1ce668
commit
6f727aae7b
23 changed files with 1483 additions and 37 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue