diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8c51e94..ca66636 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 19 + node-version: 20.9 - uses: pnpm/action-setup@v2 with: diff --git a/apps/app/nuxt.config.ts b/apps/app/nuxt.config.ts index 8d1ce22..c2f6c00 100644 --- a/apps/app/nuxt.config.ts +++ b/apps/app/nuxt.config.ts @@ -118,4 +118,4 @@ export default defineNuxtConfig({ cssPath: "@/styles/main.css", viewer: false, }, -}); \ No newline at end of file +}); diff --git a/apps/app/package.json b/apps/app/package.json index 08cbbf0..d9d21d3 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -13,9 +13,11 @@ "devDependencies": { "@nuxt/content": "npm:@nuxt/content-edge@latest", "@nuxtjs/fontaine": "^0.2.5", - "nuxt": "3.7.3", - "nuxt-schema-org": "^2.1.3", - "typescript": "^5.3.2" + "nuxt": "^3.9.3", + "nuxt-schema-org": "^3.3.3", + "nuxt-simple-robots": "^3.1.0", + "nuxt-simple-sitemap": "^4.4.1", + "typescript": "^5.3.3" }, "dependencies": { "@clerk/clerk-js": "4.44.0", @@ -31,7 +33,6 @@ "@vueuse/core": "^10.3.0", "@vueuse/integrations": "^10.3.0", "eslint-config-custom": "workspace:*", - "nuxt-simple-sitemap": "^3.1.4", "nuxt-umami": "^2.5.2", "pinia": "^2.1.6", "splitpanes": "^3.1.5", diff --git a/apps/www/app.vue b/apps/www/app.vue index 2506418..d68926b 100644 --- a/apps/www/app.vue +++ b/apps/www/app.vue @@ -1,3 +1,22 @@ + +