浏览代码

Create now.json for redirects (#1191)

vanilla_orig
Lipis 5 年前
父节点
当前提交
5f447cfe6a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9
    0
      now.json

+ 9
- 0
now.json 查看文件

@@ -0,0 +1,9 @@
1
+{
2
+  "redirects": [
3
+    {
4
+      "source": "/([^.]+)",
5
+      "destination": "/",
6
+      "statusCode": 301
7
+    }
8
+  ]
9
+}

正在加载...
取消
保存