mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-06 14:37:38 +03:00
initial commit
This commit is contained in:
commit
bf4ee2c3cf
54 changed files with 7101 additions and 0 deletions
13
utils/constants.js
Normal file
13
utils/constants.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
////////////////////////////////////////////////////////
|
||||
// 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',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue