chore: Update site URL and name in nuxt.config.ts

This commit is contained in:
Lyric
2024-06-24 19:31:12 +09:00
parent 081214fc8d
commit a611477307
2 changed files with 5 additions and 4 deletions

View File

@@ -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
},

View File

@@ -2,7 +2,8 @@
"private": true,
"workspaces": [
"enjoy",
"1000-hours"
"1000-hours",
"1000h-portal"
],
"scripts": {
"start:enjoy": "echo 'Please use `yarn enjoy:start` instead'",