fix(site): allow exact tumblr image URL (#803)

This commit is contained in:
rahim
2026-03-09 21:00:42 -07:00
committed by GitHub
parent 98e390f7ee
commit 5f729ed904
+7
View File
@@ -99,6 +99,13 @@ export default defineConfig({
image: {
domains: ['image.mux.com'],
remotePatterns: [
{
protocol: 'https',
hostname: '66.media.tumblr.com',
pathname: '/tumblr_mdgad5rr0S1qzc111.png',
},
],
},
vite: {