Skip to content

Commit

Permalink
[no-issue] fix: seo '한글번역' 쿼리 향상 위한 메타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
luciancah committed Jul 28, 2024
1 parent 24ef290 commit 48e02c9
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 428 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "nextjs 공식문서 한국어 번역",
"scripts": {
"dev": "next dev",
"build-local": "pnpm run generate-sitemap && next build",
"build": "NODE_ENV=production pnpm run generate-sitemap && next build",
"build:local": "pnpm run generate-sitemap && next build",
"start": "next start",
"lint": "next lint --cache",
"format": "prettier --cache --check .",
Expand Down
2 changes: 1 addition & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"index": {
"type": "page",
"title": "Next.js 공식문서 한국어 번역",
"title": "Next.js 공식 문서 한글/한국어 번역",
"display": "hidden",
"theme": {
"layout": "article"
Expand Down
Loading

0 comments on commit 48e02c9

Please sign in to comment.