Skip to content

Commit eacc65f

Browse files
committed
1 parent be9ca48 commit eacc65f

File tree

3 files changed

+4113
-2098
lines changed

3 files changed

+4113
-2098
lines changed

packages/frontendmu-nuxt/nuxt.config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ export default defineNuxtConfig({
2121
"#astro": "../frontendmu-astro/src/",
2222
"#data": "../frontendmu-data/data/",
2323
},
24+
vite: {
25+
server: {
26+
hmr: {
27+
clientPort: 3000
28+
}
29+
}
30+
},
2431
app: {
2532

2633
head: {
@@ -39,7 +46,7 @@ export default defineNuxtConfig({
3946
},
4047
},
4148
site: {
42-
url: 'https://dev.frontend.mu',
49+
url: 'https://frontend.mu',
4350
name: 'Front-End Coders Mauritius',
4451
description: 'A community around frontend, tech and development in general based in Mauritius. We also organise monthly meetups free for anyone interested to attend.',
4552
defaultLocale: 'en', // not needed if you have @nuxtjs/i18n installed

packages/frontendmu-nuxt/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"@nuxt/fonts": "^0.7.0",
14-
"@nuxtjs/color-mode": "^3.3.3",
15-
"@nuxtjs/seo": "2.0.0-rc.10",
16-
"@vueuse/core": "^10.9.0",
13+
"@nuxt/fonts": "^0.7.1",
14+
"@nuxtjs/color-mode": "^3.4.2",
15+
"@nuxtjs/seo": "2.0.0-rc.16",
16+
"@vueuse/core": "^10.11.0",
1717
"class-variance-authority": "^0.7.0",
1818
"clsx": "^2.1.1",
19-
"embla-carousel": "^8.1.3",
20-
"embla-carousel-vue": "^8.1.3",
19+
"embla-carousel": "^8.1.8",
20+
"embla-carousel-vue": "^8.1.8",
2121
"lucide-vue-next": "^0.378.0",
22-
"nuxt": "^3.11.2",
23-
"radix-vue": "^1.8.1",
22+
"nuxt": "^3.12.4",
23+
"radix-vue": "^1.9.2",
2424
"shadcn-nuxt": "^0.10.4",
25-
"tailwind-merge": "^2.3.0",
25+
"tailwind-merge": "^2.4.0",
2626
"tailwindcss-animate": "^1.0.7",
27-
"vue": "^3.4.21",
28-
"vue-router": "^4.3.0"
27+
"vue": "^3.4.35",
28+
"vue-router": "^4.4.2"
2929
},
3030
"devDependencies": {
31-
"@nuxtjs/tailwindcss": "^6.12.0",
31+
"@nuxtjs/tailwindcss": "^6.12.1",
3232
"nuxt-icon": "^0.6.10",
33-
"typescript": "^5.4.5"
33+
"typescript": "^5.5.4"
3434
}
3535
}

0 commit comments

Comments
 (0)