this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

configure PWA blog

+31 -1
+31 -1
iles.config.ts
··· 4 4 5 5 export default defineConfig({ 6 6 siteUrl: "https://juliencalixte.eu", 7 - modules: ["@islands/headings", prism(), pwa()], 7 + modules: [ 8 + "@islands/headings", 9 + prism(), 10 + pwa({ 11 + includeAssets: ["favicon.ico", "apple-touch-icon.png", "masked-icon.svg"], 12 + manifest: { 13 + name: "Julien Calixte", 14 + short_name: "julienc", 15 + description: "Julien Calixte's blog", 16 + theme_color: "#fda7df", 17 + icons: [ 18 + { 19 + src: "pwa-192x192.png", 20 + sizes: "192x192", 21 + type: "image/png", 22 + }, 23 + { 24 + src: "pwa-512x512.png", 25 + sizes: "512x512", 26 + type: "image/png", 27 + }, 28 + { 29 + src: "pwa-512x512.png", 30 + sizes: "512x512", 31 + type: "image/png", 32 + purpose: "any maskable", 33 + }, 34 + ], 35 + }, 36 + }), 37 + ], 8 38 })
public/pwa-192x192.png

This is a binary file and will not be displayed.

public/pwa-512x512.png

This is a binary file and will not be displayed.

src/assets/icons/apple-touch-icon.png public/apple-touch-icon.png
src/assets/icons/safari-pinned-tab.svg public/masked-icon.svg