Make changelog page noindex

feat/changelog
Kamran Ahmed 2 months ago
parent fd28134846
commit 4480eab26a
  1. 2
      .astro/settings.json
  2. 1
      src/pages/changelog.astro

@ -3,6 +3,6 @@
"enabled": false "enabled": false
}, },
"_variables": { "_variables": {
"lastUpdateCheck": 1725962974592 "lastUpdateCheck": 1727095669945
} }
} }

@ -11,6 +11,7 @@ const allChangelogs = await getAllChangelogs();
title='Changelogs' title='Changelogs'
description='Changelogs for the updates and changes in the website' description='Changelogs for the updates and changes in the website'
permalink='/changelogs' permalink='/changelogs'
noIndex={true}
> >
<div class='bg-gray-100'> <div class='bg-gray-100'>
<div class='rounded-lg border-b bg-white text-left'> <div class='rounded-lg border-b bg-white text-left'>

Loading…
Cancel
Save