update vite config to allow public host
This commit is contained in:
@@ -10,5 +10,11 @@ export default defineConfig({
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src')
|
||||
}
|
||||
},
|
||||
server: {
|
||||
allowedHosts: ['albertjeffersstudios.com']
|
||||
},
|
||||
preview: {
|
||||
allowedHosts: ['albertjeffersstudios.com']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user