Skip to content

Commit

Permalink
feat: cross-browser compatibility (#77)
Browse files Browse the repository at this point in the history
* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

* update: development

Signed-off-by: Vinyl-Davyl <[email protected]>

---------

Signed-off-by: Vinyl-Davyl <[email protected]>
  • Loading branch information
Vinyl-Davyl authored Jun 22, 2024
1 parent 355364d commit f0616b0
Show file tree
Hide file tree
Showing 6 changed files with 2,719 additions and 223 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": ">0.2%, not dead, not op_mini all, last 2 versions, not ie <= 11",
"useBuiltIns": "entry",
"corejs": 3
}
],
"@babel/preset-react"
]
}
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
type="image"
href="https://i0.wp.com/accordproject.org/wp-content/uploads/2020/08/cropped-ms-icon-310x310-1.png?fit=512%2C512&ssl=1"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta property="og:title" content="Template Playground" />
<meta property="og:description" content="Template Playground" />
<meta property="og:image" content="https://i0.wp.com/accordproject.org/wp-content/uploads/2020/08/cropped-ms-icon-310x310-1.png?fit=512%2C512&ssl=1" />
<meta
property="og:image"
content="https://i0.wp.com/accordproject.org/wp-content/uploads/2020/08/cropped-ms-icon-310x310-1.png?fit=512%2C512&ssl=1"
/>
<meta property="og:url" content="https://playground.accordproject.org/" />
<title>Template Playground</title>
</head>
Expand Down
Loading

0 comments on commit f0616b0

Please sign in to comment.