styles: move stylesheets to styles
parent
e170570934
commit
5bf3ee4452
|
@ -17,7 +17,7 @@ export const options = {
|
|||
'src/assets/star-fill.svg',
|
||||
'src/favicon.ico',
|
||||
'src/index.html',
|
||||
'src/main.css',
|
||||
'src/styles/main.css',
|
||||
'src/main.js',
|
||||
'src/manifest.json',
|
||||
'src/worker.js',
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<title>nostr</title>
|
||||
<link rel="stylesheet" href="main.css" type="text/css">
|
||||
<link rel="stylesheet" href="styles/main.css" type="text/css">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue