Skip to content
View SebbeJohansson's full-sized avatar

Organizations

@Revolutionrace
Block or Report

Block or report SebbeJohansson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SebbeJohansson/README.md

Pinned

  1. Storyblok doesnt allow for Live Edit... Storyblok doesnt allow for Live Editor update on edit when doing a manual fetch without their functions, so this is how I handle it.
    1
    <script setup lang="ts">
    2
    import { StoryData } from '@storyblok/vue/dist';
    3
    4
    const route = useRoute();
    5
  2. Nuxt3 Discord Authentication Example Nuxt3 Discord Authentication Example
    1
    // https://nuxt.com/docs/api/configuration/nuxt-config
    2
    export default defineNuxtConfig({
    3
      modules: [
    4
        '@nuxt-alt/auth', // https://www.npmjs.com/package/@nuxt-alt/auth
    5
        '@pinia/nuxt',