Skip to content

Commit fd99a48

Browse files
committed
Use route that doesn't have a redirect rule to see if hello function works.
1 parent da2c854 commit fd99a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hackernews/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
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"
55

66
[[edge_functions]]
7-
path = "/test"
7+
path = "/test/hello"
88
function = "hello"
99

1010
[[edge_functions]]

0 commit comments

Comments
 (0)