Make changelog page noindex

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

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

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

Loading…
Cancel
Save