Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
};

export const metadata: Metadata = {
metadataBase: new URL('https://www.landing.weeth.kr'),
metadataBase: new URL('https://www.weeth.kr'),
title: '우리 동아리만의 사이트를 원한다면, 위드',
description:
'동아리의 출석부터 활동 공유까지! 위드에서 동아리만의 사이트를 개설하여 관리해보세요.',
Expand Down Expand Up @@ -71,7 +71,7 @@
{isProduction && (
<>
{/* Google Tag Manager */}
<script

Check warning on line 74 in src/app/layout.tsx

View workflow job for this annotation

GitHub Actions / Lint & Build

Prefer `GoogleTagManager` component from `@next/third-parties/google` when using the inline script for Google Tag Manager. See: https://nextjs.org/docs/messages/next-script-for-ga
dangerouslySetInnerHTML={{
__html: `(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
Expand Down
Loading