Skip to content
Advertisement

Tag: progressive-web-apps

Deploy PWA problems

I have been reading all the threads on here regarding PWA deployment and none of the fixes are working. I have a Python web app hosted on python anywhere and would like to deploy it as a PWA. When I add my manifest.json to my root folder and reference this in the index.html file with the below: <link rel=”manifest” href=”./manifest.json”

Advertisement