mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-03 09:31:42 +01:00
Fix comments to clarify removal of modules when fixed
This commit is contained in:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -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
|
||||||
|
}
|
||||||
@@ -8,7 +8,7 @@ useHead({
|
|||||||
<UApp>
|
<UApp>
|
||||||
<NuxtLoadingIndicator color="#808080" />
|
<NuxtLoadingIndicator color="#808080" />
|
||||||
<AppBackground />
|
<AppBackground />
|
||||||
<!-- <AppVisitors /> TODO: remove when module is fixed -->
|
<!-- <AppVisitors /> FIXME: remove when module is fixed -->
|
||||||
<UContainer class="z-50 relative">
|
<UContainer class="z-50 relative">
|
||||||
<AppHeader />
|
<AppHeader />
|
||||||
<NuxtPage class="mt-12" />
|
<NuxtPage class="mt-12" />
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export default defineNuxtConfig({
|
|||||||
'@nuxtjs/google-fonts',
|
'@nuxtjs/google-fonts',
|
||||||
'@nuxt/image',
|
'@nuxt/image',
|
||||||
'@nuxtjs/i18n',
|
'@nuxtjs/i18n',
|
||||||
// 'nuxt-visitors', TODO: remove when module is fixed
|
// 'nuxt-visitors', FIXME: remove when module is fixed
|
||||||
],
|
],
|
||||||
|
|
||||||
// Nuxt Hub
|
// Nuxt Hub
|
||||||
@@ -169,7 +169,7 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
/* TODO: remove when module is fixed
|
/* FIXME: remove when module is fixed
|
||||||
// Nuxt Visitors
|
// Nuxt Visitors
|
||||||
visitors: {
|
visitors: {
|
||||||
// Set to true to enable tracking of visitor locations
|
// Set to true to enable tracking of visitor locations
|
||||||
|
|||||||
Reference in New Issue
Block a user