diff options
| author | 2023-12-26 03:25:27 +0800 | |
|---|---|---|
| committer | 2023-12-26 03:25:27 +0800 | |
| commit | 835326113ae763de7ab9d04677b0cf1ebd68ada9 (patch) | |
| tree | bf7954ae12432246c8034f8d2598311cf38de8ce | |
| parent | 434aa42c8b880f5b0e43ff8a3169443609bd3da4 (diff) | |
| download | echo-835326113ae763de7ab9d04677b0cf1ebd68ada9.tar.gz echo-835326113ae763de7ab9d04677b0cf1ebd68ada9.zip | |
chore(site): add netlify.toml
| -rw-r--r-- | netlify.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..37b7971 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +# netlify.toml +[build] + command = "mkdocs build" + publish = "site" |
