summaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-07-07 18:29:43 +0300
committertoufic ar <contact@toufy.me>2026-07-07 18:29:43 +0300
commitf7da804e40b990e5f1ee2214a2e2e4984d704f16 (patch)
treeafec975241b8feaf40c72c924217a6a724461c51 /svelte.config.js
downloadwebsite-f7da804e40b990e5f1ee2214a2e2e4984d704f16.tar.gz
website-f7da804e40b990e5f1ee2214a2e2e4984d704f16.zip
initial commit
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/svelte.config.js b/svelte.config.js
new file mode 100644
index 0000000..3cea4c7
--- /dev/null
+++ b/svelte.config.js
@@ -0,0 +1,6 @@
+import adapter from "@sveltejs/adapter-static";
+
+/** @type {import('@sveltejs/kit').Config} */
+const config = { kit: { adapter: adapter({ precompress: true }) } };
+
+export default config;