Skip to content

Commit

Permalink
Feat/site optimization (#6)
Browse files Browse the repository at this point in the history
* gtag-site-code

* deleted repeated site descriptioni in meta

* removed uncrawlable links from header

* optimized technology imgs for desktop

* css optimization

* headings must be in descending order

* png to webp

* removed link

* removed redundant meta tag

* div replaced with article

* removed logo style

* img optimization

* auto sitemap

* Improvements
  • Loading branch information
DimaDemchenko authored Feb 12, 2024
1 parent 827febb commit 1568a9a
Show file tree
Hide file tree
Showing 20 changed files with 1,113 additions and 543 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineConfig } from "astro/config";

// https://astro.build/config
export default defineConfig({
build: {
format: "preserve",
Expand All @@ -11,4 +10,5 @@ export default defineConfig({
},
syntaxHighlight: "shiki",
},
site: "https://novage.com.ua/",
});
Loading

0 comments on commit 1568a9a

Please sign in to comment.