13 lines
194 B
JavaScript
Raw Normal View History

2025-09-05 14:59:21 +08:00
export function getPathRobotConfig(e, options) {
return {
indexable: true,
rule: ""
};
}
export function getSiteRobotConfig(e) {
return {
indexable: true,
hints: []
};
}