I created a static site for my business using Nuxtjs with a counter that keeps a running total of how many trees have been planted. Is there a way to update this counter without rebuilding the site every few minutes? Ideally, I'd like it to get the new total every time the page is loaded. Since this is the only dynamic value on the site I thought a static site would be the best option but should it be moved to an SSR site?