refactor: auto format

This commit is contained in:
Aaron Yarborough 2025-03-09 12:08:14 +00:00
parent 2ca030290b
commit b9db54e952

View file

@ -6,8 +6,8 @@ module.exports = {
robotsTxtOptions: { robotsTxtOptions: {
policies: [ policies: [
{ {
userAgent: "*", userAgent: '*',
allow: "/" allow: '/'
} }
] ]
} }