@@ -10,13 +10,13 @@ export default defineConfig({
1010 // Open Graph
1111 [ 'meta' , { property : 'og:title' , content : 'Privacy Activist Kit' } ] ,
1212 [ 'meta' , { property : 'og:description' , content : 'A complete guide to digital self-defense for activists, journalists, and everyone else.' } ] ,
13- [ 'meta' , { property : 'og:image' , content : 'https://privacyactivistkit.org/549a4229-242b-488f-8473-884278135b03.webp ' } ] ,
13+ [ 'meta' , { property : 'og:image' , content : '/pak.jpg ' } ] ,
1414 [ 'meta' , { property : 'og:url' , content : 'https://privacyactivistkit.org' } ] ,
1515 // Twitter Card
1616 [ 'meta' , { name : 'twitter:card' , content : 'summary_large_image' } ] ,
1717 [ 'meta' , { name : 'twitter:title' , content : 'Privacy Activist Kit' } ] ,
1818 [ 'meta' , { name : 'twitter:description' , content : 'A complete guide to digital self-defense for activists, journalists, and everyone else.' } ] ,
19- [ 'meta' , { name : 'twitter:image' , content : 'https://privacyactivistkit.org/549a4229-242b-488f-8473-884278135b03.webp ' } ]
19+ [ 'meta' , { name : 'twitter:image' , content : '/pak.jpg ' } ]
2020 ] ,
2121 title : "Privacy Activist Kit" ,
2222 description : "A complete guide to digital self-defense for activists, journalists, and everyone else." ,
0 commit comments