Skip to content

Commit 469b8cd

Browse files
update some meta tags to patterns example
1 parent 23b26c2 commit 469b8cd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

webpack/threejs/src/html/patterns/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55
<meta charset="utf-8">
66
<title>THREEJS Examples - Patterns - BITBYBIT.DEV</title>
77
<meta name="viewport" content="width=device-width,initial-scale=1">
8+
<link rel="canonical" href="https://app-store.bitbybit.dev/patterns">
9+
<link rel="icon" type="image/x-icon" href="https://bitbybit.dev/assets/favicon.png">
10+
<meta name="description"
11+
content="This example demonstrates how 3D CAD algorithms from bitbybit.dev platform can be used with THREEJS game engine to create complex surface with nice looking interactive pattern">
12+
<meta property="og:title" content="THREEJS Examples - Patterns - BITBYBIT.DEV">
13+
<meta property="og:description"
14+
content="This example demonstrates how 3D CAD algorithms from bitbybit.dev platform can be used with THREEJS game engine to create complex surface with nice looking interactive pattern">
15+
<meta property="og:image" content="https://app.bitbybit.dev/assets/app-store/patterns.jpeg">
16+
<meta property="og:image:width" content="1024">
17+
<meta property="og:image:height" content="1024">
18+
<meta property="og:url" content="https://app-store.bitbybit.dev/patterns">
19+
<meta name="twitter:title" content="THREEJS Examples - Patterns - BITBYBIT.DEV">
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:site" content="@bitbybit_dev">
22+
<meta name="twitter:description"
23+
content="This example demonstrates how 3D CAD algorithms from bitbybit.dev platform can be used with THREEJS game engine to create complex surface with nice looking interactive pattern">
24+
<meta name="twitter:image:src" content="hhttps://app.bitbybit.dev/assets/app-store/patterns.jpeg">
25+
<meta name="twitter:alt" content="THREEJS Examples - Patterns - BITBYBIT.DEV">
26+
827
<script defer="defer" src="../patterns.0.18.0.bundle.js"></script>
928
<style>
1029
body {

0 commit comments

Comments
 (0)