~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.


773dcda3 pyrossh

1 year ago
fix adapter
Files changed (1) hide show
  1. website/svelte.config.js +4 -1
website/svelte.config.js CHANGED
@@ -3,7 +3,10 @@ import adapter from '@sveltejs/adapter-static';
3
3
  /** @type {import('@sveltejs/kit').Config} */
4
4
  const config = {
5
5
  kit: {
6
- adapter: adapter()
6
+ adapter: adapter({
7
+ strict: true,
8
+ fallback: '404.html'
9
+ })
7
10
  }
8
11
  };
9
12