Tweaked app shell
This commit is contained in:
+9
-2
@@ -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,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user