From 338065f2e3adc0fd7d2727b4b2ab2c5fda1df7b1 Mon Sep 17 00:00:00 2001 From: ndom91 Date: Sun, 26 Mar 2023 23:16:23 +0200 Subject: [PATCH] fix: add docs homepage framework images --- docs/src/pages/index.js | 4 ++-- docs/static/img/framework-solidstart.svg | 1 + docs/static/img/framework-sveltekit.svg | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 docs/static/img/framework-solidstart.svg create mode 100644 docs/static/img/framework-sveltekit.svg diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 5e1feb7a..f6ce876e 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -154,7 +154,7 @@ export default function Home() { )} href="https://sveltekit-auth-example.vercel.app" > - + - + diff --git a/docs/static/img/framework-solidstart.svg b/docs/static/img/framework-solidstart.svg new file mode 100644 index 00000000..8a8988c4 --- /dev/null +++ b/docs/static/img/framework-solidstart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/static/img/framework-sveltekit.svg b/docs/static/img/framework-sveltekit.svg new file mode 100644 index 00000000..49492a83 --- /dev/null +++ b/docs/static/img/framework-sveltekit.svg @@ -0,0 +1 @@ +svelte-logo \ No newline at end of file