I encountered an issue when trying to include an external JavaScript file in nuxt.config.ts for Nuxt 3. Despite the CSS files working correctly, the script files failed to load properly. After conducting extensive research, I was unable to find a solution to this problem. This seems to be a common issue faced by others as well. Any assistance would be greatly appreciated. Thank you! Nuxt 3 version: 3.4.1 nuxt.config.ts file: [enter image description here](https://i.sstatic.net/R5ACH.jpg)
I have attached two images for reference.