outstatic
outstatic copied to clipboard
Configuration the alias in tsconfig and replace in the web app
Tsconfig file to configure the alias and replace in the web app
Example:
Change this: import '../styles/globals.css'
to this: '@/styles/globals.css'