Arturexe

Results 7 comments of Arturexe

So this redirects to the wrong route `/contact/submit`: return inertia('contact', compact('success')); but this redirects correctly to `/contact`: return redirect()->route('contact')->with('success', 'Your inquiry has been sent.');

I understand. A followup question. If I'm using `tiptap` correctly, you use `` to upload images and then insert them into the editor via `editor.commands.setImage(...)`. The passed image string is...

I also had to add it to the `node extension`. So in total it was: 1. add `draggable="true"` and `data-drag-handle=""` on the DOM element you want to drag (or its...

Is this it? https://www.npmjs.com/package/@nuxtjs-alt/auth

docker/vitepress/Dockerfile: ``` FROM node:16 EXPOSE 9000 WORKDIR /var/www/html ADD docker/vitepress/cmd/startnode startnode RUN install -m 0755 startnode /usr/local/bin # production mode #CMD ["node_modules/serve/bin/serve.js", "-s", "-l", "8080", "dist/"] # local mode CMD...

It builds the .vitepress/dist folder with seemingly correct files inside but when I navigate anywhere in the `https://localhost:5173/vitepress` route, I get the same error.

Will this be available soon? I can't send auth requests to my backend because of it. Before this is integrated, I can't use Nuxt 3.