asd
This commit is contained in:
parent
4cc17951fd
commit
53a515bc8f
1 changed files with 4 additions and 1 deletions
|
@ -2,5 +2,8 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
|||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()]
|
||||
plugins: [sveltekit()],
|
||||
preview: {
|
||||
allowedHosts: ['ekreten.hu']
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue