@vivlab/api-database
Advanced tools
Comparing version 1.0.94 to 1.0.95
@@ -10,3 +10,3 @@ "use strict"; | ||
title: data.title, | ||
link: `/${slug}`, | ||
link: data.position === "landing" ? "/" : `/${slug}`, | ||
description: data.description, | ||
@@ -13,0 +13,0 @@ lastmod: data.lastmod, |
{ | ||
"name": "@vivlab/api-database", | ||
"version": "1.0.94", | ||
"version": "1.0.95", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
462885