awesome-prometheus-alerts/site
Samuel Berthe 07c685fee1
fix: resolve Astro build errors in astro.config.mjs
- Remove assetsInclude yml which caused Vite to treat YAML files as static assets instead of running them through the custom YAML transform plugin; data.groups was undefined at runtime because the import resolved to a URL rather than parsed content
- Deduplicate old-path redirects: emit only the slash-less variant per service to avoid Astro router collision warnings (trailing-slash variant is handled automatically)
2026-04-10 21:05:27 +02:00
..
public doc: new website based on astro 2026-04-07 16:47:39 +02:00
src fix: strip trailing slash from BASE_URL to prevent double slashes in URLs 2026-04-10 19:00:44 +00:00
astro.config.mjs fix: resolve Astro build errors in astro.config.mjs 2026-04-10 21:05:27 +02:00
package-lock.json feat: migrate website from Jekyll to Astro 2026-04-06 21:47:42 +02:00
package.json feat: migrate website from Jekyll to Astro 2026-04-06 21:47:42 +02:00
tailwind.config.mjs feat: migrate website from Jekyll to Astro 2026-04-06 21:47:42 +02:00
tsconfig.json feat: migrate website from Jekyll to Astro 2026-04-06 21:47:42 +02:00