Skip to content

Commit

Permalink
build: create deploy:website on netlify script
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Sep 19, 2022
1 parent 0a9b448 commit a3afc57
Show file tree
Hide file tree
Showing 4 changed files with 48,119 additions and 8,630 deletions.
11 changes: 11 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[build]
# Directory to change to before starting a build.
base = "website/"

# Directory that contains the deploy-ready HTML files and
# assets generated by the build. This is relative to the base
# directory.
publish = "public/"

# Default build command.
command = "npm run build"
Loading

0 comments on commit a3afc57

Please sign in to comment.