Skip to content

Commit

Permalink
Merge pull request #54 from smplrspace/cdn-example
Browse files Browse the repository at this point in the history
[PT-1823] add CDN hello world
  • Loading branch information
tibotiber authored Feb 12, 2024
2 parents ec273f5 + e050d9d commit 423540f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/examples/hello-world/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 423540f

Please sign in to comment.