Skip to content

Commit

Permalink
chore: re-enable service worker (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken authored Dec 17, 2023
1 parent f81b7cf commit 902adc3
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,30 +61,30 @@ const config: Config = {
disableInDev: false,
},
],
// [
// '@docusaurus/plugin-pwa',
// {
// debug: true,
// offlineModeActivationStrategies: ['appInstalled', 'standalone', 'queryString'],
// pwaHead: [
// {
// tagName: 'link',
// rel: 'icon',
// href: '/images/icons/icon-192x192.png',
// },
// {
// tagName: 'link',
// rel: 'manifest',
// href: '/manifest.json',
// },
// {
// tagName: 'meta',
// name: 'theme-color',
// content: 'rgb(255, 54, 136)',
// },
// ],
// },
// ],
[
'@docusaurus/plugin-pwa',
{
debug: true,
offlineModeActivationStrategies: ['appInstalled', 'standalone', 'queryString'],
pwaHead: [
{
tagName: 'link',
rel: 'icon',
href: '/images/icons/icon-192x192.png',
},
{
tagName: 'link',
rel: 'manifest',
href: '/manifest.json',
},
{
tagName: 'meta',
name: 'theme-color',
content: 'rgb(255, 54, 136)',
},
],
},
],
],
presets: [
[
Expand Down

1 comment on commit 902adc3

@vercel
Copy link

@vercel vercel bot commented on 902adc3 Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

takken-io – ./

takken.io
takken-io-git-main-webber.vercel.app
takken-io-webber.vercel.app
takken-io.vercel.app

Please sign in to comment.