Tweaked app shell

This commit is contained in:
Max Lynch
2022-10-02 10:50:56 -05:00
parent 2b16b043b3
commit 0a69f76c32
9 changed files with 203 additions and 244 deletions
+9 -2
View File
@@ -1,7 +1,14 @@
module.exports = {
const withTM = require('next-transpile-modules')([
'@ionic/react',
'@ionic/core',
'@stencil/core',
'ionicons',
]);
module.exports = withTM({
basePath: '',
images: {
domains: ['images.unsplash.com'],
},
swcMinify: true,
};
});