mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 11:02:30 +01:00
6 lines
188 B
Ruby
6 lines
188 B
Ruby
# frozen_string_literal: true
|
|
|
|
SitemapGenerator::Sitemap.default_host = 'https://frankfurter.app'
|
|
SitemapGenerator::Sitemap.public_path = 'lib/web/public'
|
|
SitemapGenerator::Sitemap.create
|