mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 04:47:27 +00:00
fix: ok another try
This commit is contained in:
parent
1d4adac88f
commit
5bbab7cac1
2 changed files with 2 additions and 12 deletions
|
|
@ -1 +1,3 @@
|
||||||
|
/js/script.js https://plausible.io/js/script.js 200
|
||||||
|
/api/event https://plausible.io/api/event 200
|
||||||
/* /index.html 200
|
/* /index.html 200
|
||||||
12
netlify.toml
12
netlify.toml
|
|
@ -9,15 +9,3 @@
|
||||||
base = "client"
|
base = "client"
|
||||||
command = "npm run build"
|
command = "npm run build"
|
||||||
publish = "client/dist"
|
publish = "client/dist"
|
||||||
|
|
||||||
[[redirects]]
|
|
||||||
from = "/js/script.js"
|
|
||||||
to = "https://plausible.io/js/script.js"
|
|
||||||
status = 200
|
|
||||||
force = true
|
|
||||||
|
|
||||||
[[redirects]]
|
|
||||||
from = "/api/event"
|
|
||||||
to = "https://plausible.io/api/event"
|
|
||||||
status = 200
|
|
||||||
force = true
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue