0

I created a scripts folder inside static and added a custom js file called "GetLocation.js" and here is the path for it project/website/static/scripts/GetLocation.js

I see there is a place in siteconfig.js to add custom scripts and adding it here doesn't work

scripts: [
    
    'https://buttons.github.io/buttons.js',
    
     "/scripts/GetLocation.js"
  ],
Yoda
  • 319
  • 2
  • 5
  • 20

1 Answers1

0

Never mind. Refreshing the cache worked

Yoda
  • 319
  • 2
  • 5
  • 20