-1

I have a RichText with two files (terms and conditions) in prismic that I want to open in new tab bit there's no option like target _blank or something like that in prismic, I'm using NextJs with Tailwind CSS

M.Argumedo
  • 181
  • 1
  • 3
  • 9

1 Answers1

1

in the content model, there is an option for allows target blank opt. However, you still need to build out the function yourself.

enter image description here

Archer11
  • 75
  • 3