The Wayback Machine - https://web.archive.org/web/20211223061448/https://github.com/topics/sveltekit
Skip to content
#

sveltekit

Here are 469 public repositories matching this topic...

neoel
neoel commented Oct 7, 2021

I'm using svelte-kit and houdini (looking awesome I might add).
BUt I'm having difficulty getting session state in the variables.

I'm expecting something like this to work.

<script context="module" lang="ts">
    export function MyQueryVariables({ page, fetch, session, stuff }): MyQuery$input {
        return {
            ...session.state
        }
    }
</script>
sveltekit-starter

Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
  • Updated Oct 23, 2021
  • Svelte
website
svelte-meta-tags
MeRahulAhire
MeRahulAhire commented Nov 7, 2021

Hi, I want to use this library in my portfolio project and I really loved the json format in which it is structured. My request is in regards of twitter:title and twitter:description. I found out that there's not any tag here. Although, I know I can use additionalMetaTags to add it but I'd love to see this both tags as per below

twitter={{
    handle: '@handle',
    site: '@site

Improve this page

Add a description, image, and links to the sveltekit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sveltekit topic, visit your repo's landing page and select "manage topics."

Learn more