mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-03 04:57:37 +03:00
13 lines
414 B
JavaScript
13 lines
414 B
JavaScript
////////////////////////////////////////////////////////
|
|
// EXPORTS
|
|
////////////////////////////////////////////////////////
|
|
|
|
// some routes are accidentally thought of as slug for answered question. filtering those here.
|
|
export const nonSlugRoutes = [
|
|
'favicon.ico',
|
|
'apple-touch-icon.png',
|
|
'favicon-32x32.png',
|
|
'favicon-16x16.png',
|
|
'safari-pinned-tab.svg',
|
|
'site.webmanifest',
|
|
];
|