Spaces:
Runtime error
Runtime error
update deployment url
Browse files- client/svelte.config.js +1 -1
client/svelte.config.js
CHANGED
@@ -8,7 +8,7 @@ const config = {
|
|
8 |
server: { fs: "allow" },
|
9 |
},
|
10 |
paths: {
|
11 |
-
base: dev ? '/static' : '/gradioiframe/
|
12 |
assets: '',
|
13 |
},
|
14 |
appDir: '_app',
|
|
|
8 |
server: { fs: "allow" },
|
9 |
},
|
10 |
paths: {
|
11 |
+
base: dev ? '/static' : '/gradioiframe/radames/NYTimes-homepage-rearranged/static',
|
12 |
assets: '',
|
13 |
},
|
14 |
appDir: '_app',
|