New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added initial pwa support via docusaurus plugin #48
Conversation
Hey @jadonwolffs Thanks |
Hey @jadonwolffs
"lang": "en",
"start_url": "https://finalspaceapi.com",
I understand with the current logo, generating square pics of various dimensions will not be possible. There is seperate for logo and people are working on it. For now, use this image to generate various dimensions square images and store them in a seperate directory in Resources: |
Woah, nice - I made these changes and it seems to work nicely! Thanks for helping me through this @lelouchB |
…space-api into package-lock-conflict
Hey @jadonwolffs Thanks for your valuable contributions. |
As per issue #34 I have added the PWA plugin to the project and followed the Docusaurus guide to configure it
If you load the page (using
npm run build
andnpm run serve
because it only activates the plugin during a production build) with the developer console open you can see that it does spawn a service worker and work to cache the assets but it doesn't pop up with an option to install the page