mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:33:59 +01:00
Using relative paths (#90)
This commit is contained in:
parent
9040b69342
commit
8209ec4043
|
@ -3,9 +3,9 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
|
||||
<meta property="og:image" content="https://freechatgpt.chat/preview.jpg" />
|
||||
<meta name="twitter:image" content="https://freechatgpt.chat/preview.jpg" />
|
||||
<meta
|
||||
|
|
|
@ -17,4 +17,5 @@ export default defineConfig({
|
|||
'@src/': new URL('./src/', import.meta.url).pathname,
|
||||
},
|
||||
},
|
||||
base: "./"
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue