Reworking my website - Moving admin

I want to make a new more modern website built with a client-rendered nuxt-ts frontend. Currently, the plan is to add a read-only API for the portfolio admin panel that I can use with the nuxt frontend. The first step to do this is to migrate my current admin panel from the subdirectory on my PHP site (since the domain will point on the nuxt site at a later date).

This turned out to be super easy. I just had to make a new subdomain and then move the site. The only issue I had was to remove all the old hardcoded paths with dynamic paths.

The new site looks exactly the same and has the same features, but with a new url.