# posthtml-base-url **Repository Path**: mirrors_posthtml/posthtml-base-url ## Basic Information - **Project Name**: posthtml-base-url - **Description**: Prepend a string to source paths in your HTML. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-08 - **Last Updated**: 2025-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Prepend a string to source paths in your HTML
[![Version][npm-version-shield]][npm] [![Build][github-ci-shield]][github-ci] [![License][license-shield]][license] [![Downloads][npm-stats-shield]][npm-stats]
```
Output:
```html
```
Works on the following attributes:
- `src=""`
- `href=""`
- `srcset=""`
- `poster=""`
- `background=""`
... and the following CSS properties:
- `background: url()`
- `background-image: url()`
- `@font-face { src: url() }`
Both `