Public Access
1
0

fix: what css file?

This commit is contained in:
2025-09-03 21:01:04 -04:00
parent f6bc4deeef
commit cb0066b799

View File

@@ -13,7 +13,6 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "src/favicon" : "/" } );
eleventyConfig.addPassthroughCopy({ 'src/robots.txt': '/robots.txt' });
eleventyConfig.addPassthroughCopy({ 'src/sitemap.xml': '/sitemap.xml' });
eleventyConfig.addPassthroughCopy("src/css/style.css");
eleventyConfig.addPassthroughCopy("src/css/prism-tomorrow.css");
@@ -66,6 +65,7 @@ module.exports = function(eleventyConfig) {
// Watch the Tailwind config file for changes
eleventyConfig.addWatchTarget("./tailwind.config.js");
eleventyConfig.addWatchTarget("_site/css/style.css");
return {
// Set the source and output directories