Navigate through the application to see the magic
The user will likely visit ✨
I used the statistics you already have to make this prediction.

Here's how you can configure Guess.js:
new GuessPlugin({
// GA view ID.
GA: GAViewID,
// Hints Guess to not perform pre-fetching and delegate this logic to
// its consumer.
runtime: { delegate: true },
// Since Gatsby already has the required metadata for pre-fetching,
// Guess does not have to collect the routes and the corresponding
// bundle entry points.
routeProvider: false,
// Optional argument. It takes the data for the last year if not
// specified.
period: period ? period : undefined,
})