chore: dry up robots.txt templating
This commit is contained in:
parent
29915a2e2c
commit
3edecfe47c
4 changed files with 26 additions and 42 deletions
5
src/_data/robots.js
Normal file
5
src/_data/robots.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import robots from './json/robots.js'
|
||||
|
||||
export default async function () {
|
||||
return robots
|
||||
}
|
Reference in a new issue