From a61147730798a93ed3d11d9f7fa31e4fd982de0b Mon Sep 17 00:00:00 2001 From: Lyric <5h3ll3x@gmail.com> Date: Mon, 24 Jun 2024 19:31:12 +0900 Subject: [PATCH] chore: Update site URL and name in nuxt.config.ts --- 1000h-portal/nuxt.config.ts | 6 +++--- package.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) 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'",