diff options
| author | Jess <[email protected]> | 2022-01-12 19:48:48 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 19:48:48 -0500 |
| commit | 71e902599651b645cdb6996c8cd562e8007a32ea (patch) | |
| tree | 368e83ffbeb836d5c66ad7af53c765c7444a26cb /netlify.toml | |
| parent | a590f266e02d8f8a2cac65cb6e8bd395bf04074b (diff) | |
| download | faker-71e902599651b645cdb6996c8cd562e8007a32ea.tar.xz faker-71e902599651b645cdb6996c8cd562e8007a32ea.zip | |
feat: adding documentation with vitepress (#80)
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..7fc95608 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[build.environment] + NODE_VERSION = "16" +[build] + publish = "docs/.vitepress/dist" + command = "npm run browser && npm run docs:build" |
