7

Third party application which I'm trying to integrate, asking to put a file inside a .well-known folder. how can I make that file accessible from URL? (example.com/.well-known/token.txt). site is deployed as a gitlab page. every attempt I tried gives 404 error.

Oshan Wisumperuma
  • 1,808
  • 1
  • 18
  • 32

1 Answers1

6

If you put your ".well-known" folder inside the "static" folder it should get deployed to the root of your website as you expect.

Thomas Vochten
  • 380
  • 1
  • 4
  • 12