mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-01 02:44:31 +08:00 
			
		
		
		
	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
	 Gabe Kangas
					Gabe Kangas