I am porting over an older website into Nuxt 3. This older website has numerous <script>
tags referring to local .js files. The intent is to generate pages using Nuxt3's SSG functionality to host the site, so any optimization Nuxt 3 can provide would be the preferred method. What is the best way to include these scripts?
Thank you.