stop
This commit is contained in:
@@ -12,7 +12,8 @@ const config = {
|
||||
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
|
||||
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
|
||||
adapter: adapter({
|
||||
fallback: 'index.html' // may differ from host to host
|
||||
fallback: 'index.html',
|
||||
base: process.env.NODE_ENV === 'production' ? '/WATLRatingCalculator' : '',
|
||||
})
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user