tea3 / hexo-generator-amp

AMP ⚡ HTML (Accelerated Mobile Pages) generator for Hexo.
MIT License
127 stars 28 forks source link

Avoid copying asset images into source directory #55

Open perqin opened 3 years ago

perqin commented 3 years ago

This PR adds routes for the asset images, so they are not needed to be copied into the source directory. Copying generated files into source directory should be avoided, because hexo clean can't remove those files and the user has to mange them manually.