Surveillance capitalism added back

This commit is contained in:
banaanihillo@protonmail.ch 2024-04-20 11:54:18 +03:00
parent 7fd5f11898
commit 1ca946ad90

View file

@ -2,51 +2,51 @@ import { fileURLToPath, URL } from 'url';
import { defineConfig } from 'vite'; import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue'; import vue from '@vitejs/plugin-vue';
// import { VitePWA } from 'vite-plugin-pwa'; import { VitePWA } from 'vite-plugin-pwa';
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [ plugins: [
vue(), vue(),
// VitePWA({ VitePWA({
// registerType: 'autoUpdate', registerType: 'autoUpdate',
// workbox: { workbox: {
// globPatterns: [ globPatterns: [
// '**/*.{css,html,png,svg,woff,woff2}', '**/*.{css,html,png,svg,woff,woff2}',
// 'manifest.webmanifest', 'manifest.webmanifest',
// '**/index*.js', '**/index*.js',
// '**/shaka*.js', '**/shaka*.js',
// '**/[A-Z]*.js', '**/[A-Z]*.js',
// ], ],
// }, },
// manifest: { manifest: {
// name: 'Hyperpipe', name: 'Hyperpipe',
// short_name: 'Hyperpipe', short_name: 'Hyperpipe',
// start_url: '/', start_url: '/',
// display: 'standalone', display: 'standalone',
// background_color: '#000', background_color: '#000',
// theme_color: '#000', theme_color: '#000',
// description: 'Privacy respecting YouTube Music Frontend.', description: 'Privacy respecting YouTube Music Frontend.',
// icons: [ icons: [
// { {
// src: '/android-chrome-192x192.png', src: '/android-chrome-192x192.png',
// sizes: '192x192', sizes: '192x192',
// type: 'image/png', type: 'image/png',
// }, },
// { {
// src: '/android-chrome-512x512.png', src: '/android-chrome-512x512.png',
// sizes: '512x512', sizes: '512x512',
// type: 'image/png', type: 'image/png',
// }, },
// { {
// src: '/android-maskable.png', src: '/android-maskable.png',
// sizes: '1024x1024', sizes: '1024x1024',
// type: 'image/png', type: 'image/png',
// purpose: 'maskable', purpose: 'maskable',
// }, },
// ], ],
// }, },
// }), }),
], ],
resolve: { resolve: {
alias: { alias: {