Skip to content

Commit 782bf20

Browse files
WeltraumschafJ12934
authored andcommitted
Configure Netlify In code Instead Of Web UI
This has precedence over the UI configured values. No need to remove them. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent ae2733a commit 782bf20

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

netlify.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
# https://docs.netlify.com/build/configure-builds/file-based-configuration/
6+
7+
[build]
8+
base = "documentation"
9+
command = "npm install && npm run build"
10+
publish = "build"
11+
functions = "netlify/functions"
12+

0 commit comments

Comments
 (0)