Current technical challenge: I want to unify my portfolio https://mandrasch.dev (SvelteKit) and my WordPress blog https://matthias-andrasch.eu
My blog will be moved to /blog subdirectory (own subdomain is bad for SEO).
SvelteKit page will be moved to matthias-andrasch.eu, WordPress lives indepently in /blog.
Therefore my deploy GitHub action should deploy SvelteKit static build files, but keep /blog untouched.
Currently using FTP-Deploy, asked there:
https://github.com/SamKirkland/FTP-Deploy-Action/issues/519
(I want to keep both systems (#SvelteKit and #WordPress) as standalone for flexibility, headless is too much work at this point since i may just want to switch themes on WP from time to time. But rendering out all ~ 100 posts statically via SvelteKit would be an alternative 🤔 Or I need to switch to SSR hosting 💸)