Skip to content

Commit d5bc9b1

Browse files
committed
Fix nuxt settings
1 parent 7131093 commit d5bc9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default {
6868

6969
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
7070
plugins: [
71-
'~plugins/filters.ts',
71+
'~/plugins/filters.ts',
7272
{ src: '~/plugins/vue-glow', ssr: false },
7373
{ src: '~/plugins/chart', ssr: false },
7474
],

0 commit comments

Comments
 (0)