Add reconcile
Some checks failed
Deploy to Pages / build (pull_request) Failing after 1m3s

This commit is contained in:
Andras Schmelczer 2026-05-22 06:58:17 +01:00
parent bb5b4c4cf3
commit 018cbf68cf
5 changed files with 121 additions and 0 deletions

View file

@ -66,6 +66,14 @@ export default defineConfig({
image: {
service: { entrypoint: 'astro/assets/services/sharp' },
},
vite: {
server: {
watch: {
// Avoid inotify instance limits in dev containers and mounted volumes.
usePolling: true,
},
},
},
markdown: {
shikiConfig: {
themes: {