chore: dynamic page
This commit is contained in:
parent
f89acaa25a
commit
ac196535ad
4 changed files with 8 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.6.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
@ -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
3
src/pages/dynamic.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
permalink: /dynamic.html
|
||||
---
|
Reference in a new issue