Skip to content

Commit 5ce65f7

Browse files
committed
feat(template): add vue history router config
1 parent 7cf3825 commit 5ce65f7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Nginx UI Template Start
2+
name = "Vue History Router"
3+
author = "@0xJacky"
4+
description = { en = "Vue Router History Mode Config", zh_CN = "Vue Router History 模式配置", zh_TW = "Vue Router History 模式配置" }
5+
# Nginx UI Template End
6+
7+
location / {
8+
try_files $uri $uri/ /index.html;
9+
}

0 commit comments

Comments
 (0)