Fix for dynamic routes with app router SSR

This commit is contained in:
Nathan Chapman
2024-03-07 11:36:12 -06:00
parent 83ede65b5e
commit 9d8c110044
18 changed files with 327 additions and 229 deletions
+7 -2
View File
@@ -13,5 +13,10 @@ module.exports = {
},
output: 'export',
swcMinify: true,
transpilePackages: ['@ionic/react', '@ionic/core', '@stencil/core', 'ionicons'],
}
transpilePackages: [
'@ionic/react',
'@ionic/core',
'@stencil/core',
'ionicons',
],
};