Notes

How to deploy an Node.js application to a server with Nginx

How to deploy an Node.js application to a server with Nginx

In this guide, we’ll look at how to deploy an Node.js application on a VPS server and how to configure a reverse proxy for that application. Cloud technology offers many options for deploying applications. You can use services such as Microsoft Azure, Google Cloud or AWS to host web applications. You can also use PaaS …

How to deploy an Node.js application to a server with Nginx Read More »

Duplicated search results in HUGO fastsearch

Duplicated search results in HUGO fastsearch

For people who encounter duplicate search results. If your Hugo page is not a single-page application, it will repeatedly run index.json. This will cause pages to be repeatedly added to the search index, causing the results to be duplicated. All you have to do is in index.json replace: on this