Skip to content

Commit

Permalink
Merge pull request #4 from MagiQuest/dev
Browse files Browse the repository at this point in the history
v0.6.1 + 73
  • Loading branch information
dukedotdev authored Feb 21, 2024
2 parents d6ef6d9 + 77d1a3d commit 47e9844
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
35 changes: 33 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const config = {
],
},
],
copyright: `Community content is available under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a> unless otherwise noted. Built with <a href="https://docusaurus.io">Docusaurus</a>.<br><a href="https://github.com/MagiQuest/wiki/commits/main/">magiquest.wiki v0.6.1 + 72</a>`,
copyright: `Community content is available under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a> unless otherwise noted. Built with <a href="https://docusaurus.io">Docusaurus</a>.<br><a href="https://github.com/MagiQuest/wiki/commits/main/">magiquest.wiki v0.6.1 + 73</a>`,
},
prism: {
theme: prismThemes.github,
Expand All @@ -129,12 +129,12 @@ export default {
[
'@docusaurus/plugin-pwa',
{
debug: true,
offlineModeActivationStrategies: [
'appInstalled',
'standalone',
'queryString',
],
swRegister: true,
pwaHead: [
{
tagName: 'link',
Expand All @@ -151,6 +151,37 @@ export default {
name: 'theme-color',
content: 'rgb(149, 255, 0)',
},
{
tagName: 'meta',
name: 'apple-mobile-web-app-capable',
content: 'yes',
},
{
tagName: 'meta',
name: 'apple-mobile-web-app-status-bar-style',
content: '#000',
},
{
tagName: 'link',
rel: 'apple-touch-icon',
href: '/img/site-assets/icon512_rounded.png',
},
{
tagName: 'link',
rel: 'mask-icon',
href: 'img/site-assets/icon512_maskable.png',
color: 'rgb(62, 204, 94)',
},
{
tagName: 'meta',
name: 'msapplication-TileImage',
content: 'img/site-assets/icon512_maskable.png',
},
{
tagName: 'meta',
name: 'msapplication-TileColor',
content: '#000',
},
],
},
],
Expand Down
5 changes: 0 additions & 5 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
"name":"MagiQuest Wiki",
"short_name":"MQ Wiki",
"description":"A standalone wiki mirror of magiquest.fandom.com!",
"lang":"en-US",
"theme_color":"#95ff00",
"background_color":"#424242",
"display":"standalone",
"orientation":"any",
"scope":"./",
"dir":"auto",
"start_url":"https://magiquest.wiki/",
"related_applications": [
{
Expand All @@ -18,13 +15,11 @@
],
"icons": [
{
"purpose":"maskable",
"sizes":"512x512",
"src":"img/site-assets/icon512_maskable.png",
"type":"image/png"
},
{
"purpose":"any",
"sizes":"512x512",
"src":"img/site-assets/icon512_rounded.png",
"type":"image/png"
Expand Down

0 comments on commit 47e9844

Please sign in to comment.