Skip to content

Commit

Permalink
Finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Jun 23, 2024
1 parent c01b4cc commit 4629c8b
Show file tree
Hide file tree
Showing 4 changed files with 644 additions and 737 deletions.
7 changes: 6 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default defineNuxtConfig({
'@nuxtjs/tailwindcss',
'@pinia/nuxt',
'@pinia-plugin-persistedstate/nuxt',
"@nuxt/eslint"
"@nuxt/eslint",
...(process.env.NODE_ENV === 'production' ? ['nuxt-fathom'] : [])
],

fathom: {
siteId: "BKQYZZYA",
},
})
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"devDependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1"
"@pinia/nuxt": "^0.5.1",
"nuxt-fathom": "^0.0.2"
}
}
4 changes: 4 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,8 @@

<script setup lang="ts">
const year = new Date().getFullYear()
useHead({
title: 'Magento 2 Model Generator',
})
</script>
Loading

0 comments on commit 4629c8b

Please sign in to comment.