Hi @fitnessbilim,
We have tested your website & It is working perfectly fine.
Can you please confirm from where we can find defected URL?
Also do one minor modification to validate your site in Google AMP Validation Tool in following AMP WP plugin file.
Step 1: Go to path /wp-content/plugins/amp-wp/includes/
Step 2: Open file class-amp-wp-content-sanitizer.php
Step 3: Search function protected static function transform_to_end_point_amp
at line 346.
Step 4: Replace line no 368 return amp_wp_url_trim_end_slash( $url );
with return $url;
Thanks,