Temp fix for CSS: Use style over a bundled file
This commit is contained in:
@@ -47,8 +47,8 @@ export default {
|
|||||||
svelte({
|
svelte({
|
||||||
dev,
|
dev,
|
||||||
hydratable: true,
|
hydratable: true,
|
||||||
emitCss: false,
|
emitCss: true,
|
||||||
css: css => css.write('static/bundle.css'),
|
// css: css => css.write('static/bundle.css'),
|
||||||
preprocess
|
preprocess
|
||||||
}),
|
}),
|
||||||
resolve({
|
resolve({
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
<meta name="theme-color" content="#3C0576">
|
<meta name="theme-color" content="#3C0576">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
|
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
|
||||||
<link rel="stylesheet" href="/bundle.css">
|
|
||||||
|
|
||||||
%sapper.base%
|
%sapper.base%
|
||||||
%sapper.head%
|
%sapper.head%
|
||||||
|
%sapper.styles%
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user