aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/franz-custom-website/index.js
blob: 1fcd13d73d71954075a818e87c3ea2cb35716c46 (plain) (blame)
1
2
3
4
5
6
module.exports = Ferdium =>
  class CustomWebsite extends Ferdium {
    async validateUrl() {
      return true;
    }
  };