Moved the script tag
This commit is contained in:
@@ -16,7 +16,9 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self' *.stripe.com" />
|
||||
<meta httpEquiv="Content-Security-Policy" content="default-src 'self' *.stripe.com" />
|
||||
|
||||
<script async src="https://js.stripe.com/v3/pricing-table.js" />
|
||||
</head>
|
||||
<body className={inter.className}>{children}</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user