Rename frontend as receiver
This commit is contained in:
parent
dc83efa868
commit
1ca5452707
111 changed files with 79 additions and 81 deletions
|
|
@ -1,16 +0,0 @@
|
|||
/** @type {import('@sveltejs/kit').Config} */
|
||||
import adapt from '@sveltejs/adapter-static';
|
||||
|
||||
const config = {
|
||||
kit: {
|
||||
adapter: adapt({
|
||||
fallback: 'index.html'
|
||||
}),
|
||||
paths: {
|
||||
// base: '/2022',
|
||||
relative: false,
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in a new issue