diff --git a/components/Cube/Pictures.vue b/components/Cube/Pictures.vue index 656a52b..8a6a556 100644 --- a/components/Cube/Pictures.vue +++ b/components/Cube/Pictures.vue @@ -18,7 +18,7 @@ const cubePicturesAppCommand = computed(() => { } } else { // build command and command line options; - command = ['sudo', 'ts-node', appSrcDir + 'cubePictures/showCubePictures.ts']; + command = ['ts-node', appSrcDir + 'cubePictures/showCubePictures.ts']; if (cubePictureDir.value) { command.push('--cubePictureDir'); command.push(cubePictureDir.value); @@ -31,7 +31,7 @@ const cubePicturesAppCommand = computed(() => { const cubeMapAppCommand = computed(() => { // build command and command line options; - let command = ['sudo', 'ts-node', appSrcDir + 'cubemap/showCubemap.ts']; + let command = ['ts-node', appSrcDir + 'cubemap/showCubemap.ts']; let cubemapLayout = ''; if (cubemap.value) { if (cubemap.value == 'atlas1_CUBE.png') { diff --git a/pages/about.vue b/pages/about.vue index 81c4518..427cf8c 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -14,6 +14,11 @@ const { version } = useConfig(); <h4> A graphical user interface for the led-hexahedron<br><br><br> + <div> + <img src="/gallery/cube_rubikscube_pattern.jpg" alt="image not found" width="300px" height="300px" /> + </div> + + A Verspeek production<br><br> Contact: hexaturion@gmail.com<br><br> diff --git a/public/gallery/cube_rubikscube_pattern.jpg b/public/gallery/cube_rubikscube_pattern.jpg new file mode 100644 index 0000000..459efda Binary files /dev/null and b/public/gallery/cube_rubikscube_pattern.jpg differ