Skip to content

Commit 87b2928

Browse files
Merge pull request #209 from positivecrash/main
add meta text
2 parents 61696e1 + 932ac10 commit 87b2928

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

src/pages/demoapps/johnnyb-lab.vue

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<template>
2+
23
<Layout>
4+
<MetaInfo
5+
pageTitle = "Hack Johnny's lab"
6+
pageDescription = "Johny's crypto lab is a cutting-edge hub filled with all sorts of smart gadgets, including a TurtleBot 4 robot that is known as a base for an iRobot vacuum. But imagine the thrill—and the risk—if someone managed to hack into the robot's camera. Ready to dive into the world of cybersecurity and test your hacking skills?"
7+
/>
8+
9+
<!-- <MetaInfo
10+
pageTitle = "Hack Johnny's lab"
11+
pageDescription = "Johny's crypto lab is a cutting-edge hub filled with all sorts of smart gadgets, including a TurtleBot 4 robot that is known as a base for an iRobot vacuum. But imagine the thrill—and the risk—if someone managed to hack into the robot's camera. Ready to dive into the world of cybersecurity and test your hacking skills?"
12+
pageImage = "'/ogstatic/johnnyb-lab-cover.jpg'"
13+
/> -->
14+
315
<section class="container__narrow">
416
<h1>{{$t("Hack Johnny's lab")}}</h1>
517
</section>
@@ -20,9 +32,9 @@
2032
2133
export default {
2234
23-
// components: {
24-
// MetaInfo: () => import('~/components/MetaInfo.vue')
25-
// },
35+
components: {
36+
MetaInfo: () => import('~/components/MetaInfo.vue')
37+
},
2638
2739
methods: {
2840
resizeIframe() {

static/ogstatic/johnnyb-lab-cover.jpg

537 KB
Loading

0 commit comments

Comments
 (0)