mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-12 18:49:55 +02:00
fix regexp
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "/(.+)",
|
||||||
"dest": "/",
|
"dest": "/",
|
||||||
"status": 301,
|
"status": 301,
|
||||||
"headers": {
|
"headers": {
|
||||||
|
Reference in New Issue
Block a user