We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2c854 commit fd99a48Copy full SHA for fd99a48
examples/hackernews/netlify.toml
@@ -4,7 +4,7 @@
4
command = "mkdir bin && export PATH=\"/opt/build/repo/examples/hackernews/bin:$PATH\" && echo $PATH && curl https://static.lamdera.com/bin/linux/lamdera -o bin/lamdera && chmod a+x bin/lamdera && export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npx --no-install elm-tooling install) && npm install && npm run build"
5
6
[[edge_functions]]
7
- path = "/test"
+ path = "/test/hello"
8
function = "hello"
9
10
0 commit comments