Getting an error when running this.
TypeError: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported. Specifier: https://www.google.com/ at https://esm.town/v/xxx/isMyWebsiteDown?v=2:1:23 val at async https://esm.town/guest.ts?x=1254a223eee5da7bc49134e0512ac72d:382:19
Hey @advantis! I looked at your profile and made a PR to fix your val.
In summary, the first URL is where we're importing the email utility from. To check your website, you should update it on line 5.
email
Hope this helps!
Getting an error when running this.
TypeError: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported. Specifier: https://www.google.com/ at https://esm.town/v/xxx/isMyWebsiteDown?v=2:1:23 val at async https://esm.town/guest.ts?x=1254a223eee5da7bc49134e0512ac72d:382:19
Hey @advantis! I looked at your profile and made a PR to fix your val.
In summary, the first URL is where we're importing the
email
utility from. To check your website, you should update it on line 5.Hope this helps!