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