From 6ba9b29daf94addda41d9c53605d9c29351a8bf2 Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Tue, 28 Jan 2025 18:21:52 -0600 Subject: [PATCH] changed the csp --- app/tag-data.json | 2 +- data/blog/blogideas.mdx | 12 ++++++++++++ data/siteMetadata.js | 2 +- next.config.js | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/tag-data.json b/app/tag-data.json index 846dbd8..1b45afc 100644 --- a/app/tag-data.json +++ b/app/tag-data.json @@ -1 +1 @@ -{"art":1,"store":1,"melis-sweetsimple":1,"visual-studio-code":1,"guide":4,"tailwind-nextjs-starter-blog":1,"disney":1,"github":1,"python":1,"projects":1,"code":1,"docker":1,"unraid":1,"cygnus":1,"self-hosted":1,"server":1,"next-js":1} \ No newline at end of file +{"tag1":1,"tag2":1,"tag3":1,"github":1,"guide":4,"next-js":1,"visual-studio-code":1,"tailwind-nextjs-starter-blog":1,"cygnus":1,"self-hosted":1,"server":1,"disney":1,"art":1,"store":1,"melis-sweetsimple":1,"python":1,"projects":1,"code":1,"docker":1,"unraid":1} \ No newline at end of file diff --git a/data/blog/blogideas.mdx b/data/blog/blogideas.mdx index ce25679..a647f2d 100644 --- a/data/blog/blogideas.mdx +++ b/data/blog/blogideas.mdx @@ -1,2 +1,14 @@ +--- +title: 'idea' +date: '2025-1-1' +#lastmod: '202year-month-day' +tags: ['tag1', 'tag2', 'tag3'] +draft: true +summary: 'summary' +#images: ['/static/images/image.jpg',] +#authors: ['default',] +#layout: PostLayout # PostLayout, PostSimple and PostBanner +#canonicalUrl: https://jonb.io/blog/the-url-here +--- - split dns jonb.io vs int.jonb.io - entertainment stack \ No newline at end of file diff --git a/data/siteMetadata.js b/data/siteMetadata.js index 42254b9..bc9a4bf 100644 --- a/data/siteMetadata.js +++ b/data/siteMetadata.js @@ -3,7 +3,7 @@ const siteMetadata = { title: 'Joyful Fixations', author: 'Jonathan Branan', headerTitle: 'Joyful Fixations', - description: "Things that bring me joy and intense focus.", + description: 'Things that bring me joy and intense focus.', language: 'en-us', theme: 'system', // system, dark or light siteUrl: 'https://jonb.io', diff --git a/next.config.js b/next.config.js index 3a5ccb6..2744708 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ // You might need to insert additional domains in script-src if you are using external services const ContentSecurityPolicy = ` default-src 'self'; - script-src 'self' 'unsafe-eval' 'unsafe-inline' giscus.app analytics.umami.is; + script-src 'self' 'unsafe-eval' 'unsafe-inline' giscus.app umami.jonb.io; style-src 'self' 'unsafe-inline'; img-src * blob: data:; media-src s3.jonb.io* melisweetsimple.jonb.io*;