mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Create now.json for redirects (#1191)
This commit is contained in:
parent
ae655cd7d3
commit
5f447cfe6a
1 changed files with 9 additions and 0 deletions
9
now.json
Normal file
9
now.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/([^.]+)",
|
||||
"destination": "/",
|
||||
"statusCode": 301
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue