update vite config to allow public host

This commit is contained in:
2025-10-20 05:52:28 -04:00
parent b1da45c81b
commit df7c275929

View File

@@ -10,5 +10,11 @@ export default defineConfig({
alias: {
'@': path.resolve(__dirname, './src')
}
},
server: {
allowedHosts: ['albertjeffersstudios.com']
},
preview: {
allowedHosts: ['albertjeffersstudios.com']
}
});