23 lines
377 B
JavaScript
23 lines
377 B
JavaScript
module.exports = {
|
|
basePath: '',
|
|
images: {
|
|
remotePatterns: [
|
|
{
|
|
protocol: 'https',
|
|
hostname: 'images.unsplash.com',
|
|
port: '',
|
|
pathname: '**',
|
|
},
|
|
],
|
|
unoptimized: true,
|
|
},
|
|
output: 'export',
|
|
swcMinify: true,
|
|
transpilePackages: [
|
|
'@ionic/react',
|
|
'@ionic/core',
|
|
'@stencil/core',
|
|
'ionicons',
|
|
],
|
|
};
|