vaderjs 1.4.2-ybml56 → 1.4.2-yiml56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vaderjs",
3
3
  "description": "A reactive framework for building fast and scalable web applications",
4
- "version": "1.4.2-ybml56",
4
+ "version": "1.4.2-yiml56",
5
5
  "author": {
6
6
  "name": "Malikwhitten67",
7
7
  "email": "malikwhitterb@gmail.com"
@@ -73,8 +73,8 @@ async function generate(){
73
73
  providerRoutes.push(providerPath)
74
74
  break;
75
75
  case provider === 'cloudflare':
76
- providerPath = `${path}`
77
- providerRoutes.push({source: providerPath, destination: `${path === '/' ? '' : '/'}/index.html`})
76
+ providerPath = `${path}`
77
+ providerRoutes.push({source: providerPath, destination: `${path}/index.html`})
78
78
  break;
79
79
 
80
80
  }