easy-invoice-pdf/public
Vlad Sazonau 158d98fd05
fix: update STATIC_ASSETS_URL in config and restore generateStaticPar… (#108)
* fix: update STATIC_ASSETS_URL in config and restore generateStaticParams function in About page

- Changed STATIC_ASSETS_URL to point to the new CDN for improved asset delivery.
- Restored the generateStaticParams function in the About page to support locale-based routing.

* fix: update routing configuration to disable locale detection and alternate links

- Set localeDetection and alternateLinks to false in the routing configuration for improved routing behavior and clarity.

* refactor: remove unused middleware for i18n routing

- Deleted the middleware file as it was no longer needed for handling internationalization routing, streamlining the codebase.

* minor html fix

* fix: enhance sitemap generation with language alternates

- Updated the sitemap function to include language-specific alternate URLs for the About page, improving SEO and internationalization support.
- Changed lastModified to use the full date object for better accuracy in sitemap entries.

* fix: update font asset URLs in invoice PDF template and remove unused font files

- Updated font source URLs in the invoice PDF template to utilize STATIC_ASSETS_URL for improved asset management.
- Deleted unused Open Sans font files from the public/fonts directory to streamline the codebase.

* e2e upd

* e2e upd

* fix: add translate attribute to enhance accessibility in PDF download links

- Added  attribute to the invoice PDF download link and the native select component to prevent translation of their content, improving accessibility and user experience.

* refactor: remove commented-out generateStaticParams function from About layout

- Deleted the commented-out generateStaticParams function in the About layout file to clean up the codebase and improve readability.
- Added a comment in the About page to clarify the purpose of the generateStaticParams function for static page generation across locales.
2025-05-11 22:28:41 +02:00
..
llms.txt chore: update routing and configuration for improved SEO and user exp… (#102) 2025-05-05 21:18:29 +02:00