Browse Source

roll-back und move photos

pull/1/head
Georg Spar 1 year ago
parent
commit
f1e06a63cb
  1. 2
      .gitignore
  2. 2
      components/Bought.vue
  3. 2
      components/Itembdetail.vue
  4. BIN
      photos/16266842344a52797c13c72c9c769e2c6b52e827b0.webp
  5. BIN
      photos/16266842344a52797c13c72c9c769e2c6b52e827b0_thumbnail_600x.webp

2
.gitignore vendored

@ -23,4 +23,4 @@ logs
!.env.example
# local photo folder
photos
public/photos

2
components/Bought.vue

@ -81,7 +81,7 @@
<script setup lang="ts">
import { ref } from "vue";
const pfad = '/app/photos';
const pfad = '/photos';
import { useToast } from 'primevue/usetoast';
import { stringify } from "querystring";

2
components/Itembdetail.vue

@ -123,7 +123,7 @@ import Upditemb from "./upditemb.vue";
const dialog = useDialog();
const responsiveOptions = ref();
const pfad = '/app/photos';
const pfad = '/photos';
const route = useRoute();
const qid = route.query.id;
const toast = useToast();

BIN
photos/16266842344a52797c13c72c9c769e2c6b52e827b0.webp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 KiB

BIN
photos/16266842344a52797c13c72c9c769e2c6b52e827b0_thumbnail_600x.webp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Loading…
Cancel
Save