chore: dry up robots.txt templating

This commit is contained in:
Cory Dransfeldt 2024-02-01 12:31:43 -08:00
parent 29915a2e2c
commit 3edecfe47c
No known key found for this signature in database
4 changed files with 26 additions and 42 deletions

5
src/_data/robots.js Normal file
View file

@ -0,0 +1,5 @@
import robots from './json/robots.js'
export default async function () {
return robots
}