diff --git a/.env.example b/.env.example index 093733d..a5eab9e 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ DATABASE_URL=example.db +PUBLIC_SITE_URL=https://bibdle.com # nodemailer SMTP_USERNAME=email@example.com diff --git a/.gitignore b/.gitignore index c6b584a..6415f92 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ vite.config.ts.timestamp-* llms-* embeddings* -*.xml \ No newline at end of file +*bible.xml +engwebu_usfx.xml diff --git a/src/lib/components/Imposter.svelte b/src/lib/components/Imposter.svelte index 6159e79..51f78e3 100644 --- a/src/lib/components/Imposter.svelte +++ b/src/lib/components/Imposter.svelte @@ -1,241 +1,241 @@
- {#if loading} -

Loading verses...

- {:else if error} -
-

Error: {error}

- -
- {:else if data} - -
- {#each data.verses as verse, i} -
- - {#if gameOver} -
{data.refs[i]}
- {/if} -
- {/each} -
- {#if gameOver} -
- -
- {/if} - {/if} +
+ {#each data.verses as verse, i} +
+ + {#if gameOver} +
{data.refs[i]}
+ {/if} +
+ {/each} +
+ {#if gameOver} +
+ +
+ {/if} + {/if}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5d3de82..c720d34 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -7,6 +7,7 @@ +