Skip to content

[New Feature] Load config from file svelte-sitemap.cjs #20

Open
@bartholomej

Description

@bartholomej

Feature idea

I want to try the possibility of loading the config from a file

  • This should become the main and recommended method
  • The CLI version should remain untouched

Proposal

./svelte-sitemap.cjs

module.exports = {
  domain: 'https://www.example.com',
  resetTime: false,
  debug: true
};

Let's discuss here ;)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions