File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
66const ContentSecurityPolicy = `
77 default-src 'self';
88 script-src 'self' 'unsafe-eval' 'unsafe-inline' giscus.app;
9- style-src 'self' 'unsafe-inline' cdn.jsdelivr.net ;
9+ style-src 'self' 'unsafe-inline';
1010 img-src * blob: data:;
1111 media-src 'none';
1212 connect-src *;
13- font-src 'self' cdn.jsdelivr.net ;
13+ font-src 'self';
1414 frame-src giscus.app
1515`
1616
Original file line number Diff line number Diff line change 11import '@/css/tailwind.css'
22import '@/css/prism.css'
3+ import 'katex/dist/katex.css'
34
45import '@fontsource/inter/variable-full.css'
56
Original file line number Diff line number Diff line change @@ -22,12 +22,6 @@ class MyDocument extends Document {
2222 < meta name = "msapplication-TileColor" content = "#000000" />
2323 < meta name = "theme-color" content = "#000000" />
2424 < link rel = "alternate" type = "application/rss+xml" href = "/feed.xml" />
25- < link
26- rel = "stylesheet"
27- href = "https://cdn.jsdelivr.net/npm/[email protected] /dist/katex.min.css" 28- integrity = "sha384-Um5gpz1odJg5Z4HAmzPtgZKdTBHZdw8S29IecapCSB31ligYPhHQZMIlWLYQGVoc"
29- crossOrigin = "anonymous"
30- />
3125 </ Head >
3226 < body className = "bg-white text-black antialiased dark:bg-gray-900 dark:text-white" >
3327 < Main />
You can’t perform that action at this time.
0 commit comments