mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
fix(site): allow exact tumblr image URL (#803)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user