chore: Update site URL and name in nuxt.config.ts
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"enjoy",
|
||||
"1000-hours"
|
||||
"1000-hours",
|
||||
"1000h-portal"
|
||||
],
|
||||
"scripts": {
|
||||
"start:enjoy": "echo 'Please use `yarn enjoy:start` instead'",
|
||||
|
||||
Reference in New Issue
Block a user