Новые изменения в компоненты
This commit is contained in:
parent
faf02848ed
commit
735289481c
7 changed files with 151 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ import solidJs from '@astrojs/solid-js';
|
|||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://avtourist-surgut.ru',
|
||||
integrations: [mdx(), icon(), sitemap({
|
||||
integrations: [mdx(), icon({ iconDir: 'src/icons' }), sitemap({
|
||||
filter: (page) => {
|
||||
const blockedPaths = ['/auth/', '/blog/search', '/404'];
|
||||
return !blockedPaths.some(path => page.includes(path));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue