feat: SSR MathJax and Stripe on routes using them (#37388)
* feat: SSR MathJax and Stripe on routes using them * refactor: clean up scripts
This commit is contained in:
committed by
mrugesh
parent
145dafe215
commit
058e0b7f8f
@@ -1,8 +1,6 @@
|
||||
import meta from './meta';
|
||||
import mathjax from './mathjax';
|
||||
import scripts from './scripts';
|
||||
|
||||
const metaAndStyleSheets = meta.concat(mathjax, scripts).map((element, i) => ({
|
||||
const metaAndStyleSheets = meta.map((element, i) => ({
|
||||
...element,
|
||||
key: `meta-stylesheet-${i}`,
|
||||
props: { ...element.props, key: `meta-stylesheet-${i}` }
|
||||
|
Reference in New Issue
Block a user