generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (push) Successful in 46s
15 lines
208 B
TypeScript
15 lines
208 B
TypeScript
/**
|
|
* @copyright nhcarrigan
|
|
* @license Naomi's Public License
|
|
* @author Naomi Carrigan
|
|
*/
|
|
|
|
export const reservedSlugs = [
|
|
"error",
|
|
"unsub",
|
|
"overlimit",
|
|
"404",
|
|
"favicon.ico",
|
|
"robots.txt",
|
|
];
|