Merge branch 'master' into update-v0.0.6
This commit is contained in:
@@ -23,7 +23,7 @@ import tailwindcss from '@tailwindcss/vite'
|
||||
import vercel from '@astrojs/vercel';
|
||||
|
||||
export default defineConfig({
|
||||
site: 'https://cojocarudavid.me',
|
||||
site: 'https://www.cojocarudavid.me',
|
||||
|
||||
integrations: [
|
||||
expressiveCode({
|
||||
@@ -43,9 +43,7 @@ export default defineConfig({
|
||||
}),
|
||||
mdx(),
|
||||
react(),
|
||||
sitemap({
|
||||
entryLimit: 100
|
||||
}),
|
||||
sitemap(),
|
||||
icon(),
|
||||
],
|
||||
|
||||
|
||||
@@ -19,14 +19,7 @@ const {
|
||||
<html lang={SITE.locale}>
|
||||
<Head>
|
||||
<slot name="head" />
|
||||
<link rel="preload" href="/fonts/ClashDisplay-Semibold.woff2" as="font" crossorigin="anonymous" />
|
||||
<link rel="preload" href="/fonts/ClashDisplay-Semibold.woff" as="font" crossorigin="anonymous" />
|
||||
<link rel="preload" href="/fonts/ClashDisplay-Semibold.ttf" as="font" crossorigin="anonymous" />
|
||||
<link rel="preload" href="/fonts/ClashDisplay-Semibold.eot" as="font" crossorigin="anonymous" />
|
||||
<link rel="preload" href="/fonts/GeistMonoVF.woff2" as="font" crossorigin="anonymous" />
|
||||
<link rel="preload" href="/fonts/GeistVF.woff2" as="font" crossorigin="anonymous" />
|
||||
<link rel="preload" href="/fonts/_montserrat_bold.ttf" as="font" crossorigin="anonymous" />
|
||||
<link rel="preload" href="/fonts/_montserrat_regular.ttf" as="font" crossorigin="anonymous" />
|
||||
<script src="https://analytics.ahrefs.com/analytics.js" data-key="+FHMgRP7/Duxaq5D0gZtJw" async></script>
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
<script is:inline data-astro-rerun>
|
||||
(function() {
|
||||
|
||||
Reference in New Issue
Block a user