-
Notifications
You must be signed in to change notification settings - Fork 0
[π Docs/127] meta νκ·Έ μ€μ #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
914b52b
21e5299
1057d7b
7fab5b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,10 +3,35 @@ import '@/shared/styles/globals.css'; | |
| import OverlayRoot from '@/shared/components/overlay/root/OverlayRoot'; | ||
| import ToastProvider from '@/shared/components/toast/ToastProvider'; | ||
|
|
||
| // TODO: metadata μμ νκΈ° | ||
| export const metadata: Metadata = { | ||
| title: 'κΈλ‘λ²λ Έλ§λ: global nomad', | ||
| description: 'Generated by create next app', | ||
| metadataBase: new URL( | ||
| process.env.NEXT_PUBLIC_SITE_URL || 'https://global-nomad-1team.vercel.app/' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. κ·Έλ¬λ©΄ νκ²½λ³μμ μ ν¬ μ¬μ΄νΈ μ£Όμ μΆκ°νλ©΄ λ κΉμ?!
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. λ‘컬μμ ν΄λ³΄μλ €λ©΄ |
||
| ), | ||
|
|
||
| title: { default: 'κΈλ‘λ² λ Έλ§λ | Global Nomad', template: '%s | Global Nomad' }, | ||
| description: 'κΈλ‘λ² λ Έλ§λλ 체ν μνμ νμνκ³ μμ½ν μ μλ 체ν μμ½ νλ«νΌμ λλ€.', | ||
| keywords: ['κΈλ‘λ² λ Έλ§λ', 'Global Nomad', '체ν μμ½'], | ||
| openGraph: { | ||
| type: 'website', | ||
| locale: 'ko_KR', | ||
| siteName: 'Global Nomad', | ||
| title: 'Global Nomad', | ||
| description: 'κΈλ‘λ² λ Έλ§λλ 체ν μνμ νμνκ³ μμ½ν μ μλ 체ν μμ½ νλ«νΌμ λλ€.', | ||
| images: ['/og-default.png'], | ||
| }, | ||
|
|
||
| robots: { | ||
| index: true, | ||
| follow: true, | ||
| }, | ||
|
|
||
| alternates: { | ||
| canonical: '/', | ||
| }, | ||
| }; | ||
chldntjr1321 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
chldntjr1321 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| export const viewport = { | ||
| interactiveWidget: 'resizes-visual', | ||
| }; | ||
|
|
||
| export default function RootLayout({ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.