Allow adding custom javascript to the page. Closes #2604
This commit is contained in:
@@ -43,6 +43,10 @@ module.exports = withBundleAnalyzer(
|
||||
source: '/thumbnail.jpg',
|
||||
destination: 'http://localhost:8080/thumbnail.jpg', // Proxy to Backend to work around CORS.
|
||||
},
|
||||
{
|
||||
source: '/customjavascript',
|
||||
destination: 'http://localhost:8080/customjavascript', // Proxy to Backend to work around CORS.
|
||||
},
|
||||
];
|
||||
},
|
||||
pageExtensions: ['tsx'],
|
||||
|
||||
Reference in New Issue
Block a user