18 lines
355 B
JavaScript
18 lines
355 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'],
|
|
}
|