feat: disable security feature

This commit is contained in:
2026-03-11 19:31:35 -05:00
parent ec10d45fd0
commit 04dfecc099
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import { getSiteURL } from './src/support/url';
export default defineConfig({
site: getSiteURL(),
security: { csp: true },
// security: { csp: true },
image: {
remotePatterns: [

View File

@@ -57,7 +57,6 @@ const recentPosts = posts
<WeatherSection
server:defer
client:load
latitude={weather.latitude}
longitude={weather.longitude}
cityName={weather.location}