mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix regexp
This commit is contained in:
parent
e844ef8c34
commit
803785201e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "/(.+)",
|
||||||
"dest": "/",
|
"dest": "/",
|
||||||
"status": 301,
|
"status": 301,
|
||||||
"headers": {
|
"headers": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue