Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarrara committed Nov 24, 2023
1 parent f7606ce commit 189db00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default defineNuxtModule<ModuleOptions>({
return
}

const crossOriginAttribute = options.crossOrigin !== null ? `l.crossOrigin=${options.crossOrigin};` : ''
const crossOriginAttribute = options.crossOrigin !== null ? `l.crossOrigin="${options.crossOrigin}";` : ''

if (isNuxt2()) {
// JS to inject CSS
Expand Down

0 comments on commit 189db00

Please sign in to comment.