Skip to content

Commit

Permalink
fix: cleanup vite-pwa config
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jun 23, 2024
1 parent 749e5fa commit bac68cb
Showing 1 changed file with 0 additions and 90 deletions.
90 changes: 0 additions & 90 deletions apps/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,96 +16,6 @@ export default defineConfig({
injectManifest: {
injectionPoint: undefined,
},
// manifest: {
// id: "briefbutler-2",
// name: "BriefButler",
// short_name: "BriefButler",
// description: "Bookmarks, RSS Feeds, and more!",
// orientation: "portrait",
// theme_color: "#09090b",
// display: "standalone",
// share_target: {
// action: "/api/v1/bookmarks/share",
// method: "POST",
// enctype: "multipart/form-data",
// params: {
// url: "url",
// },
// },
// icons: [
// {
// src: "favicon/pwa-64x64.png",
// sizes: "64x64",
// type: "image/png",
// },
// {
// src: "favicon/pwa-192x192.png",
// sizes: "192x192",
// type: "image/png",
// },
// {
// src: "favicon/pwa-512x512.png",
// sizes: "512x512",
// type: "image/png",
// purpose: "any",
// },
// {
// src: "favicon/maskable-icon-512x512.png",
// sizes: "512x512",
// type: "image/png",
// purpose: "maskable",
// },
// ],
// screenshots: [
// {
// src: "screenshots/0_menu.webp",
// sizes: "470x1010",
// type: "image/webp",
// form_factor: "narrow",
// label: "Menu",
// },
// {
// src: "screenshots/1_dashboard.webp",
// sizes: "470x1010",
// type: "image/webp",
// form_factor: "narrow",
// label: "Dashboard",
// },
// {
// src: "screenshots/2_feed.webp",
// sizes: "470x1010",
// type: "image/webp",
// form_factor: "narrow",
// label: "Feed",
// },
// {
// src: "screenshots/app0-dark.png",
// sizes: "1720x1250",
// type: "image/png",
// form_factor: "wide",
// label: "Dashboard",
// },
// {
// src: "screenshots/app1-feed.png",
// sizes: "1720x1250",
// type: "image/png",
// form_factor: "wide",
// label: "Feed",
// },
// ],
// related_applications: [
// {
// platform: "webapp",
// url: "https://dev.briefkastenhq.com",
// id: "com.briefkastenhq.dev",
// },
// ],
// },
// injectManifest: {
// swSrc: "src/service-worker.ts",
// swDest: "svelte-kit/output/client/service-worker2.js",
// globPatterns: ["**/*.{png,svg,webp,woff,woff2}"],
// },
devOptions: {
enabled: true,
navigateFallback: "/",
Expand Down

0 comments on commit bac68cb

Please sign in to comment.