diff --git a/src/pages/examples/hello-world/index.js b/src/pages/examples/hello-world/index.js index c6c79b2..413647d 100644 --- a/src/pages/examples/hello-world/index.js +++ b/src/pages/examples/hello-world/index.js @@ -10,6 +10,11 @@ export const helloWorld = { category: GETTING_STARTED, description: `Let's get started with the basics — integrating the viewer into your app. It takes only a few lines of code.`, stackblitzProjects: [ + { + lang: 'Static (CDN)', + id: 'smplr-hello-world-cdn', + openFile: 'index.html' + }, { lang: 'Javascript', id: 'smplr-hello-world-js',