我正在开发一个AngularJS项目,我们需要在网站中为抓取机器人提供HTML快照。
对于我正在使用grunt-html-snapshot
https://github.com/cburgdorf/grunt-html-snapshot的快照,它可以正常用于静态页面。
在网址部分,我可以将路线添加为:
urls: [ '/', '/resources/blog', '/resources/webinars', '/resources', '/clients', '/services', '/work', '/about-us', '/contact-us' ],
这将获取页面的快照。但是如何使用/resources/blog/:title
等路径拍摄动态网页的快照来拍摄各个博客的快照?
由于