Skip to content

Commit

Permalink
office commit
Browse files Browse the repository at this point in the history
  • Loading branch information
soulincsl committed Mar 20, 2024
1 parent fb1ad57 commit 164f14d
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 45 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/deploy.yml

This file was deleted.

3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: 'https://nkaujhmoob.netlify.app/',
site: 'https://nkauj.netlify.app/',
output: "server",
adapter: netlify(),
// base: "nkauj",
integrations: [mdx(), sitemap(), tailwind()]
});
1 change: 1 addition & 0 deletions public/1d18c72b111d47c79507fa3ff22459ec.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1d18c72b111d47c79507fa3ff22459ec
1 change: 0 additions & 1 deletion public/CNAME

This file was deleted.

1 change: 1 addition & 0 deletions public/app-ads.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google.com, pub-5349802525175772, DIRECT, f08c47fec0942fa0
Binary file modified public/favicon.ico
100755 → 100644
Binary file not shown.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
<!-- Global Metadata -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="icon" href="/nkauj/favicon.ico" />
<link rel="icon" type="icon" href="/favicon.ico" />
<meta name="generator" content={Astro.generator} />

<!-- Canonical URL -->
Expand All @@ -41,3 +41,13 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
<meta property="twitter:title" content={title} />
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content={new URL(image, Astro.url)} />
<!-- Google and Microsoft -->
<meta name="google-site-verification" content="F4BrqsA0T17AcYtPsSAcB1RI5jQw4_JpWVLOFTur3UU" />
<meta name="msvalidate.01" content="A4750DF417057BD77FDD08359A00BAF1" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5349802525175772" crossorigin="anonymous" data-ad-client="ca-pub-5349802525175772" ></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F3F58WGZCM');
</script>
4 changes: 2 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ import { SITE_TITLE } from "../consts";
>
<li>
<a
href="/nkauj"
href="/"
class="block py-2 px-3 text-white bg-blue-700 rounded md:bg-transparent md:text-blue-700 md:p-0 dark:text-white md:dark:text-blue-500"
aria-current="page">Home</a
>
</li>
<li>
<a
href="/nkauj/nkauj"
href="/nkauj"
class="block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>Nkauj</a
>
Expand Down

0 comments on commit 164f14d

Please sign in to comment.