Method: J1App.destination

Defined in:
lib/j1_app/j1_auth_manager/config.rb

.destinationObject



80
81
82
83
# File 'lib/j1_app/j1_auth_manager/config.rb', line 80

def self.destination
  # jekyll_config.fetch('destination', File.expand_path('_site', Dir.pwd))
  jekyll_config.fetch('destination', File.expand_path(J1App.project_path, '_site'))
end