💻 | Working so hard on the design review

This commit is contained in:
2021-04-02 21:58:07 +02:00
parent ca8e80af4b
commit 08599b09d1
47 changed files with 1036 additions and 1609 deletions

View File

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