Jan Kohlbach
Jan Kohlbach
fixed this for myself, by adding following to the barba after hook: ``` this.anchorLinks = document.querySelectorAll('a[href^="#"]'); this.anchorLinks.forEach((anchorLink) => anchorLink.addEventListener('click', (e) => { e.preventDefault(); e.stopPropagation(); window.history.pushState({}, '', e.target.getAttribute('href')); this.scroll.scrollTo(document.querySelector(e.target.getAttribute('href'))); })); ```...
yeah, I think that's because of that git tutor stuff, don't really know how that works :/ that's stupid, it's more visible in diff side by side mode, nothing really...
I don't know if that's what this issue is about, but I figured out width and height have to be switched here: instead of `...createRect(canvas.width / 2 - 100, canvas.height...
if it's a cors problem, I may have the same, every request that goes to /.netlify/git/gitlab/repository/files failes with cors, so I cannot get my data from gitlab, but some other...
cannot get it working either :/ any updates on this? edit: well, I made [this](https://prismic.io/docs/technologies/setup-a-prismic-project-nuxtjs#3.-add-settings-to-nuxt.config.js) step but then ```prismic sm --add-storybook``` overwrites it again, looks like that's breaking things I...
okay, got it running, gonna leave my insights here, probably for my future self 😅 1. follow this: [https://prismic.io/docs/technologies/setup-a-prismic-project-nuxtjs](https://prismic.io/docs/technologies/setup-a-prismic-project-nuxtjs), it works perfectly fine until step 3 2. in [step 3](https://prismic.io/docs/technologies/setup-a-prismic-project-nuxtjs),...
interesting, excited for what you've decided, really like the approach with slice machine
@ar5-in thanks, didn't come up with that, you just saved my afternoon 😂
+1 for the backup option, I really do like coolify, but I kind of need an easy option to make sure I don't lose data for some apps I want...
yes please