rename bundle.css to style.css
This commit is contained in:
parent
21bbe9607a
commit
6e24573bf7
3 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue