Svelte: Prepopulate a directory structure to support alpine with the SPA approach
This commit is contained in:
parent
7ab443c30c
commit
f6b931c273
2 changed files with 2 additions and 0 deletions
1
alpine/index.html
Symbolic link
1
alpine/index.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../index.html
|
|
@ -20,6 +20,7 @@ export default defineConfig({
|
|||
{ src: 'serviceWorker.js', dest: '' },
|
||||
{ src: 'login.html', dest: '' },
|
||||
{ src: 'assets/', dest: '' }
|
||||
{ src: 'alpine/', dest: '' }
|
||||
]
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue