사주 풀이 고도화, NAS 배포 자동화
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
@@ -27,23 +28,13 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<script src="https://cdn.iamport.kr/v1/iamport.js"></script>
|
||||
<script
|
||||
src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.0/kakao.min.js"
|
||||
integrity="sha384-l+xbElFSnPZ2rOaPrU//2FF5B4LB8FiX5q4fXYTlfcG4PGpMkE1vcL7kNXI6Cci0"
|
||||
crossOrigin="anonymous"
|
||||
async
|
||||
></script>
|
||||
{kakaoAppKey && (
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
if (typeof window !== 'undefined' && window.Kakao && !window.Kakao.isInitialized()) {
|
||||
window.Kakao.init('${kakaoAppKey}');
|
||||
}
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
</head>
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
|
||||
Reference in New Issue
Block a user