Skip to content

Commit 8fc36cb

Browse files
committed
refactor: update appName constant and remove appDescription from nuxt.config
1 parent 2f6882b commit 8fc36cb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const appName = 'Subway'
1+
export const appName = 'Subway | cuvii.dev'

nuxt.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { statSync } from 'node:fs'
22
import { join } from 'node:path'
3-
import { appDescription } from './constants/index'
43

54
export default defineNuxtConfig({
65
runtimeConfig: {
@@ -52,7 +51,6 @@ export default defineNuxtConfig({
5251
],
5352
meta: [
5453
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
55-
{ name: 'description', content: appDescription },
5654
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
5755
],
5856
script: [

0 commit comments

Comments
 (0)