torch2424 / made-with-webassembly

A showcase of awesome production applications, side projects, and use cases made with WebAssembly (Wasm). 👷
https://madewithwebassembly.com
MIT License
210 stars 61 forks source link

Pre-rendering, and other improvements #33

Closed torch2424 closed 4 years ago

torch2424 commented 4 years ago

relates to #29

Example gif

Note: Logs for when I was initially Debugging. Not in this PR :smile:

madeWithWasmPrerender

torch2424 commented 4 years ago

Before merging, found in the netlify deploy preview, an using the JS Debugger in Chrome, that the URL comparisons would be like: "/showcase/google-earth" === "/showcase/google-earth/". Which was failing, so now we are just checking the project id :smile: