diff --git a/1000h-portal/nuxt.config.ts b/1000h-portal/nuxt.config.ts index d174b847..1af645d8 100644 --- a/1000h-portal/nuxt.config.ts +++ b/1000h-portal/nuxt.config.ts @@ -3,9 +3,9 @@ export default defineNuxtConfig({ devtools: { enabled: true }, css: ["~/styles/main.css"], site: { - url: "https://example.com", - name: "Enjoy App", - description: "Welcome to Enjoy App!", + url: "https://1000h.org", + name: "Enjoying App", + description: "Welcome to Enjoying App!", tagline: "", defaultLocale: "zh", // not needed if you have @nuxtjs/i18n installed }, diff --git a/package.json b/package.json index 9ac47f0e..746b0d1c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "private": true, "workspaces": [ "enjoy", - "1000-hours" + "1000-hours", + "1000h-portal" ], "scripts": { "start:enjoy": "echo 'Please use `yarn enjoy:start` instead'",