chore: dynamic page

This commit is contained in:
Cory Dransfeldt 2024-10-26 20:55:48 -07:00
parent f89acaa25a
commit ac196535ad
No known key found for this signature in database
4 changed files with 8 additions and 3 deletions

View file

@ -6,6 +6,8 @@ eleventyExcludeFromCollections: true
Sitemap: https://coryd.dev/sitemap.xml
User-agent: *
Disallow: /dynamic.html
Disallow: /dynamic
Disallow:
{% for robot in robots -%}

3
src/pages/dynamic.html Normal file
View file

@ -0,0 +1,3 @@
---
permalink: /dynamic.html
---