chore: Перенёс конфигурацию генератора Sitemap в отдельный файл
This commit is contained in:
parent
694a852652
commit
5472ca22fe
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue