We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d34fd commit 4bbc2b5Copy full SHA for 4bbc2b5
.github/workflows/deploy.yml
@@ -29,7 +29,6 @@ jobs:
29
- name: Upload Artifacts
30
uses: actions/upload-pages-artifact@v3
31
with:
32
- # this should match the `pages` option in your adapter-static options
33
path: 'build/'
34
35
deploy:
svelte.config.js
@@ -17,7 +17,7 @@ const config = {
17
'$components': 'src/lib/components'
18
},
19
paths: {
20
- base: process.argv.includes('/web') ? '' : process.env.BASE_PATH
+ base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
21
}
22
23
extensions: ['.svelte', '.svx']
0 commit comments