Skip to content

Commit

Permalink
chore: Add netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 25, 2023
1 parent 32d1783 commit c3939d3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Settings in the [build] context are global and are applied to
# all contexts unless otherwise overridden by more specific contexts.
[build]
# Directory where the build system installs dependencies
# and runs your build. Store your package.json, .nvmrc, etc here.
# If not set, defaults to the root directory.
base = ""

# Directory that contains the deploy-ready HTML files and
# assets generated by the build. This is an absolute path relative
# to the base directory, which is the root by default (/).
# This sample publishes the directory located at the absolute
# path "root/project/build-output"

publish = "mermaid-live-editor/docs"

# Default build command.
command = "./scripts/editor.bash"

0 comments on commit c3939d3

Please sign in to comment.