rename bundle.css to style.css

This commit is contained in:
xunuwu 2025-05-20 21:11:36 +02:00
parent 21bbe9607a
commit 6e24573bf7
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
export default function (eleventyConfig) { export default function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("bundle.css"); eleventyConfig.addPassthroughCopy("style.css");
eleventyConfig.addWatchTarget("bundle.css"); eleventyConfig.addWatchTarget("style.css");
eleventyConfig.setServerPassthroughCopyBehavior("passthrough"); eleventyConfig.setServerPassthroughCopyBehavior("passthrough");
} }

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>xunuwu</title> <title>xunuwu</title>
<link rel="stylesheet" href="/bundle.css"> <link rel="stylesheet" href="/style.css">
</head> </head>
<body> <body>
<header> <header>