aleph.js icon indicating copy to clipboard operation
aleph.js copied to clipboard

Support PWA/AMP

Open ije opened this issue 3 years ago • 2 comments

reference

  • https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
  • https://amp.dev

ije avatar Nov 06 '20 15:11 ije

Taking a look at Next.js implementation could help: https://nextjs.org/docs/api-reference/next/amp

mohsenkhanpour avatar Nov 09 '20 12:11 mohsenkhanpour

As for as I can see with my limited AMP knowledge, to support it we just need to do three things:

  1. Modify HTML page to follow AMP standards
  2. Figure out which components are being used and add a <script> tags for each accordingly
  3. Run AMP Optimizer on it

shadowtime2000 avatar Jan 22 '21 03:01 shadowtime2000