full_url_for.js 139 B

123456
  1. 'use strict';
  2. const { full_url_for } = require('hexo-util');
  3. module.exports = function(path) {
  4. return full_url_for.call(this, path);
  5. };