changed the csp
All checks were successful
Build and Deploy docker container / build (push) Successful in 4m6s
All checks were successful
Build and Deploy docker container / build (push) Successful in 4m6s
This commit is contained in:
parent
a4195f1ee5
commit
6ba9b29daf
@ -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}
|
||||
{"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}
|
@ -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
|
@ -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',
|
||||
|
@ -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*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user