elementor / elementor/wp2static

Allow relative URLs and no trailing `index.html`

Open
#507 6 comments 0 reactions 0 assignees View on GitHub
new_feature
Dominant language
PHP
Stars
1.5k
Forks
294
PR merge metrics
No merged PRs in 30d

Description

I'm trying to achieve relative URLs (don't want to hardcode the domain) but also want links to point to folders, not `index.html`. For example, I want this output:

```html
Example post
```

but I'm getting this with **Allow offline usage** checked:

```html
Example post
```

"Offline usage" is not a great switch in my case – I'll have a webserver in front of the exported folder but at the same time, I also don't want to hardcode the domain.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.