Исправление ссылок навбара #11
2 changed files with 10 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"postbuild": "npx svelte-sitemap --domain https://teasanctuary.ru",
|
||||
"postbuild": "npx svelte-sitemap",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
|
||||
|
|
|
|||
9
svelte-sitemap.config.ts
Normal file
9
svelte-sitemap.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// svelte-sitemap.config.ts
|
||||
import type { OptionsSvelteSitemap } from 'svelte-sitemap';
|
||||
|
||||
const config: OptionsSvelteSitemap = {
|
||||
domain: 'https://teasanctuary.ru',
|
||||
trailingSlashes: true,
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue