diff --git a/docs/docs/src/examples/function-upload-to-bucket/wing.js b/docs/docs/src/examples/function-upload-to-bucket/wing.js index 2cd4b224add..46a10b348df 100644 --- a/docs/docs/src/examples/function-upload-to-bucket/wing.js +++ b/docs/docs/src/examples/function-upload-to-bucket/wing.js @@ -1,4 +1,4 @@ // We cannot parse the folder structure at runtime because of Docusaurus and webpack limitations import wingHelloPath from '!file-loader?outputPath=docs!./wing/hello.w'; -export default { name: "hello.js", path: wingHelloPath }; +export default { name: "hello.w", path: wingHelloPath };