Commit dd421fc 1 parent c702c84 commit dd421fc Copy full SHA for dd421fc
File tree 4 files changed +2610
-1222
lines changed
4 files changed +2610
-1222
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ export function useDirection() {
9
9
// Ensure the code runs only on the client side
10
10
if ( typeof window !== 'undefined' ) {
11
11
document . documentElement . setAttribute ( 'dir' , direction . value ) ;
12
- console . log ( 'Direction set to:' , direction . value ) ;
13
12
}
14
13
}
15
14
Original file line number Diff line number Diff line change 11
11
},
12
12
"devDependencies" : {
13
13
"@nuxt/devtools" : " latest" ,
14
- "@nuxt/image" : " ^1.3 .0" ,
15
- "@nuxtjs/color-mode" : " ^3.3.2 " ,
14
+ "@nuxt/image" : " ^1.5 .0" ,
15
+ "@nuxtjs/color-mode" : " ^3.4.0 " ,
16
16
"@nuxtjs/i18n" : " 8.1.1" ,
17
- "nuxt" : " ^3.10.3 " ,
18
- "vue" : " ^3.4.19 " ,
17
+ "nuxt" : " ^3.11.2 " ,
18
+ "vue" : " ^3.4.21 " ,
19
19
"vue-router" : " ^4.3.0"
20
20
},
21
21
"dependencies" : {
22
22
"omorphia" : " ^0.7.3" ,
23
- "sass" : " ^1.71.1 "
23
+ "sass" : " ^1.75.0 "
24
24
}
25
25
}
Original file line number Diff line number Diff line change @@ -145,9 +145,7 @@ const features: any = ref([
145
145
<h1 >{{ $t("content.home.features.title") }}</h1 >
146
146
<iframe width =" 1120" height =" 630" :src =" `https://www.youtube-nocookie.com/embed/${$t(
147
147
'content.home.features.videoID'
148
- )}`" title =" YouTube video player" frameborder =" 0"
149
- allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
150
- allowfullscreen ></iframe >
148
+ )}`" title =" YouTube video player" frameborder =" 0" allowfullscreen ></iframe >
151
149
<div class =" features" >
152
150
<div v-for =" feature in features" class =" feature-block" >
153
151
<div >
You can’t perform that action at this time.
0 commit comments