File tree 5 files changed +30
-0
lines changed
5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ location / {
71
71
}
72
72
```
73
73
74
+ Or using Caddy, you might need to add the following configuration:
75
+
76
+ ``` caddyfile
77
+ try_files {path} {path}/ /index.html
78
+ ```
79
+
74
80
### Vercel
75
81
76
82
[ ![ Deploy to Vercel] ( https://vercel.com/button )] ( https://vercel.com/import/project?template=https://github.com/electh/ReactFlux )
Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ location / {
71
71
}
72
72
```
73
73
74
+ Oder mit Caddy, müssen Sie die folgende Konfiguration hinzufügen:
75
+
76
+ ``` caddyfile
77
+ try_files {path} {path}/ /index.html
78
+ ```
79
+
74
80
### Vercel
75
81
76
82
[ ![ Deploy to Vercel] ( https://vercel.com/button )] ( https://vercel.com/import/project?template=https://github.com/electh/ReactFlux )
Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ location / {
71
71
}
72
72
```
73
73
74
+ O usando Caddy, es posible que necesite agregar la siguiente configuración:
75
+
76
+ ``` caddyfile
77
+ try_files {path} {path}/ /index.html
78
+ ```
79
+
74
80
### Vercel
75
81
76
82
[ ![ Desplegar en Vercel] ( https://vercel.com/button )] ( https://vercel.com/import/project?template=https://github.com/electh/ReactFlux )
Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ location / {
71
71
}
72
72
```
73
73
74
+ Ou en utilisant Caddy, vous devrez peut-être ajouter la configuration suivante :
75
+
76
+ ``` caddyfile
77
+ try_files {path} {path}/ /index.html
78
+ ```
79
+
74
80
### Vercel
75
81
76
82
[ ![ Déployer sur Vercel] ( https://vercel.com/button )] ( https://vercel.com/import/project?template=https://github.com/electh/ReactFlux )
Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ location / {
71
71
}
72
72
```
73
73
74
+ 或者使用 Caddy,您可能需要添加以下配置:
75
+
76
+ ``` caddyfile
77
+ try_files {path} {path}/ /index.html
78
+ ```
79
+
74
80
### Vercel
75
81
76
82
[ ![ 部署到 Vercel] ( https://vercel.com/button )] ( https://vercel.com/import/project?template=https://github.com/electh/ReactFlux )
You can’t perform that action at this time.
0 commit comments