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({ export default defineConfig({
site: getSiteURL(), site: getSiteURL(),
security: { csp: true }, // security: { csp: true },
image: { image: {
remotePatterns: [ remotePatterns: [

View File

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