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