Rishi Uttam

Results 108 comments of Rishi Uttam

the page size is still the same 700 kb for index.html?

it should crawl all links declared on the page, I have had no issues.. you may try the forked version of react-snap which I belive allows you to declare which...

did you fix this? or not using this package anymore?

How would this work if we dont know the dynamic link path? for example /download/slug* where slug is a 5 digit random sequence of letters I'm not sure how react-snap...

Thanks.. will have to us a computed value in js to cal the width.

Would be good to have alternatives to buttercms, considering the price tag may be out of reach for most people. There are now much better i would say even free...

I was able to solve this in nuxt.config.js, but transpile one dependencies: build: { transpile: [ '@fortawesome/vue-fontawesome' ] }, it seems vue-fontawesome needs to update their package to use es6...

> Could you give an example of usage? (sorry for late answer) https://fontawesome.com/v5/docs/web/style/animate By adding a tag "spin" or "pulse" font awesome would add some css styles to the element...

Thank you, i thought the : binding was only if the data was reactive, given that false is just a inline boolean i would not need the binding, anyway thanks...