Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichmax committed Mar 4, 2024
1 parent 928c9ba commit 58e2efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Expand Up @@ -114,8 +114,8 @@ const nextConfig = {
async redirects() {
return [
{
source: "/articles/constant-location-tracking-with-owntracks-strapi-and-visualizing-data-with-deckgl",
destination: "/articles/a-guide-to-location-tracking-and-visualization-with-own-tracks-node-js-postgre-sql-geo-server-map-proxy-nginx-and-open-layers",
source: "/articles/a-guide-to-location-tracking-and-visualization-with-own-tracks-node-js-postgre-sql-geo-server-map-proxy-nginx-and-open-layers",
destination: "/articles/constant-location-tracking-with-owntracks-strapi-and-visualizing-data-with-deckgl",
permanent: true,
},
{
Expand Down

0 comments on commit 58e2efd

Please sign in to comment.