mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
|
|
export default [
|
|
{ src: '~/plugins/i18n.ts' }
|
|
]
|