Upgrade all possible dependencies

This commit is contained in:
Nathan Chapman
2024-02-21 16:09:08 -06:00
parent 1f011fd194
commit a2442e0095
38 changed files with 3059 additions and 2497 deletions
+10 -1
View File
@@ -1,8 +1,17 @@
module.exports = {
basePath: '',
images: {
domains: ['images.unsplash.com'],
remotePatterns: [
{
protocol: 'https',
hostname: 'images.unsplash.com',
port: '',
pathname: '**',
},
],
unoptimized: true,
},
output: 'export',
swcMinify: true,
transpilePackages: ['@ionic/react', '@ionic/core', '@stencil/core', 'ionicons'],
}