Skip to content

Commit

Permalink
Auto commit for changes in svelte.config.js
Browse files Browse the repository at this point in the history
Changes in svelte.config.js:\n\ndiff --git a/svelte.config.js b/svelte.config.js
index e231227..0716cbe 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -5,7 +5,7 @@ const config = {
 	kit: {
 		adapter: adapter(),
 		paths: {
-			base: ""
+			base: "/tools"
 		}
 	},
 	preprocess: vitePreprocess()

Signed-off-by: Memet Zx <zxce3@gnuweeb.org>
  • Loading branch information
Zxce3 committed Jan 30, 2024
1 parent d7a95a1 commit bb949e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = {
kit: {
adapter: adapter(),
paths: {
base: ""
base: "/tools"
}
},
preprocess: vitePreprocess()
Expand Down

0 comments on commit bb949e9

Please sign in to comment.