Known Issues - aav7fl/website GitHub Wiki
Issues
- FastImage doesn't know about the images on my webpage during the first build because they don't exist yet, and the SEO tags don't know the full AMP layout on until the second build (or so it seems). Therefor, the website must be built twice after a clean install. This is handled with
rake build
in theRakefile
.