Commit 2408a7e
committed
Merge #208: chore(deps): migrate svelte-sitemap from CLI to Vite plugin
c179bb2 chore(deps): migrate svelte-sitemap from CLI to Vite plugin (Jose Celano)
Pull request description:
## Summary
Migrate svelte-sitemap from the deprecated CLI postbuild script to the recommended Vite plugin. This eliminates the deprecation warning on every build.
## Changes
- Add `svelteSitemap({ domain: 'https://torrust.com/' })` plugin to `vite.config.ts`
- Remove `postbuild` script from `package.json`
## Checklist
- [x] `npm run lint` passes
- [x] `npm run check` passes
- [x] `npm run build` succeeds — sitemap now generated via `Method: Vite plugin` (no deprecation warning)
ACKs for top commit:
josecelano:
ACK c179bb2
Tree-SHA512: 35e18c0fd08ca3d9295414c7657fb22bd56f123b253bfc8fcaa298bb8fcdf25bdb14be3dc453f77f96afaacf8dea4926223e732fbb313a7873aa20f408e9f6c52 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments