Skip to content

Commit

Permalink
fix(playground): react stackbiltz template files (#3134)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins authored Sep 20, 2023
1 parent 8a2baa8 commit 644b86e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions static/code/stackblitz/v6/react/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>

<div id="root"></div>
<div id="root"></div>
</html>
9 changes: 7 additions & 2 deletions static/code/stackblitz/v7/react/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>

<div id="root"></div>
<div id="root"></div>
</html>

1 comment on commit 644b86e

@vercel
Copy link

@vercel vercel bot commented on 644b86e Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-ionic1.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app

Please sign in to comment.