// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins export default [ { src: '~/plugins/i18n.ts' }, { src: '~/plugins/main.ts', } ]