mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 04:47:27 +00:00
First try to deploy frontend on Netlify
This commit is contained in:
parent
5eb7c96000
commit
e4f981649b
1 changed files with 11 additions and 0 deletions
11
netlify.toml
Normal file
11
netlify.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Global settings applied to the whole site.
|
||||
#
|
||||
# “base” is the directory to change to before starting build. If you set base:
|
||||
# that is where we will look for package.json/.nvmrc/etc, not repo root!
|
||||
# “command” is your build command.
|
||||
# “publish” is the directory to publish (relative to the root of your repo).
|
||||
|
||||
[build]
|
||||
base = "client"
|
||||
command = "npm run build"
|
||||
publish = "client/dist"
|
||||
Loading…
Reference in a new issue