Skip to content

Commit

Permalink
add fav icon, and fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
X7md committed Dec 22, 2024
1 parent 287c372 commit d69c721
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default defineConfig({
applyBaseStyles: false,
}
)],
site: "https://lab.x7md.net/",
base : "/al-naslaa-rock/"
site: "https://www.greenrock.com.sa",
// base : "/al-naslaa-rock/"
});
20 changes: 20 additions & 0 deletions public/gr-fav-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import '@/styles/globals.css'
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> -->
<link rel="icon" type="image/svg+xml" href="gr-fav-icon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<link rel="preload" href="al-naslaa-art.png" as="image" />
<link rel="preload" href="al-naslaa.jpg" as="image" />
<link rel="preload" href="al-naslaa-contrast.jpg" as="image" />
<link rel="preload" href="al-naslaa-black-contrast.jpg" as="image" />
<link rel="preload" href="al-naslaa-black-white.jpg" as="image" />
<title>Al Naslaa</title>
<title>Green Rock</title>
<style is:inline>
:root {
--scrolling: 100%;
Expand Down

0 comments on commit d69c721

Please sign in to comment.