UNPKG

gatsby-plugin-htaccess

Version:

gatsby-plugin-htaccess creates a customizable htaccess-file on build containing the most important default settings for performance and security.

9 lines (6 loc) 259 B
const ownerMatch = ` Options +SymLinksIfOwnerMatch ` const SymLinksIfOwnerMatch = (content, SymLinksIfOwnerMatch) => SymLinksIfOwnerMatch ? content.replace('### SYMLINKS-IF-OWNER-MATCH ###', ownerMatch) : content module.exports = SymLinksIfOwnerMatch