devedmonton / DES-Website

The Dev Edmonton Society website! We empower Edmonton Developers!
https://devedmonton.com
MIT License
22 stars 52 forks source link

Move static directory to public #264

Closed DerrykBoyd closed 11 months ago

DerrykBoyd commented 11 months ago

What issue is this referencing?

From discussion in #262 I realised that during our Nuxt2 > Nuxt3 migration the /static directory wasn't migrated to the /public directory. See relevant docs below. This lead to us losing our site favicon and a redirect file (which wasn't really used anymore but good to have in the right place in case someone needs to add something later)

https://nuxt.com/docs/migration/configuration#directory-changes

The favicons were already added back in #262 this PR moves the _redirects file and deletes the old static directory as it's not in use anymore.

Does the following command run without warnings or errors?

Have you taken a look at our contributing guidelines?

My node version matches the one suggested when running nvm use?