Use the platforms map to set the `bot` platform

pull/540/head
Lucio Martinez 6 months ago committed by GitHub
parent 48aac6b5f1
commit 027b8fe938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ export default [
test: [/googlebot/i], test: [/googlebot/i],
describe() { describe() {
return { return {
type: 'bot', type: PLATFORMS_MAP.bot,
vendor: 'Google', vendor: 'Google',
}; };
}, },

Loading…
Cancel
Save