diff --git a/static/200.html b/static/200.html new file mode 100644 index 0000000..5c79d1d --- /dev/null +++ b/static/200.html @@ -0,0 +1,4 @@ +

We need JavaScript

+

You reached part of the web that use javascript to fetch the data from external sources. When we had a choice between + making javascript mandatory and using a centralized infrastructure, we picked prior. Apologies for any + inconvenience.

\ No newline at end of file diff --git a/svelte.config.js b/svelte.config.js index 4b3754d..d3cc993 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -10,7 +10,7 @@ const config = { pages: 'build', assets: 'build', fallback: null, - precompress: false + precompress: true }), trailingSlash: 'always', },