diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4dfa898 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "todo-tree.tree.scanMode": "workspace only", + "todo-tree.tree.disableCompactFolders": false, + "todo-tree.tree.showCountsInTree": false, + "todo-tree.tree.showBadges": true +} \ No newline at end of file diff --git a/app/app.vue b/app/app.vue index 59fb55e..ec8fc18 100644 --- a/app/app.vue +++ b/app/app.vue @@ -8,7 +8,7 @@ useHead({ - + diff --git a/nuxt.config.ts b/nuxt.config.ts index 2ee21ff..cdd182c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -26,7 +26,7 @@ export default defineNuxtConfig({ '@nuxtjs/google-fonts', '@nuxt/image', '@nuxtjs/i18n', - // 'nuxt-visitors', TODO: remove when module is fixed + // 'nuxt-visitors', FIXME: remove when module is fixed ], // Nuxt Hub @@ -169,7 +169,7 @@ export default defineNuxtConfig({ }, }, - /* TODO: remove when module is fixed + /* FIXME: remove when module is fixed // Nuxt Visitors visitors: { // Set to true to enable tracking of visitor locations