# 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-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
PostHTML

Base URL

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]
## Introduction This PostHTML plugin can prepend a string to various HTML attribute values and CSS property values. Input: ```html ``` 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 `