Skip to content

Commit

Permalink
site rename
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Nov 7, 2024
1 parent 0111034 commit 84d2600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import inoxToolsPortalGun from "@inox-tools/portal-gun";
// https://astro.build/config
export default defineConfig({
experimental: { directRenderScript: true },
site: 'https://vtbag.pages.dev',
site: 'https://vtbag.dev',
compressHTML: false,
redirects: {
'/inspection-chamber/': '/tools/inspection-chamber/'
Expand Down Expand Up @@ -50,7 +50,7 @@ export default defineConfig({
tag: "meta",
attrs: {
property: "og:image",
content: "https://vtbag.pages.dev/social.png"
content: "https://vtbag.dev/social.png"
}
}],
customCss: ["./src/styles/custom.css"],
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ head:
attrs:
type: "application/ld+json"
data-vtbot-linter: "ignore"
content: '{"@context": "https://schema.org", "@type": "WebSite", "name": "@vtbag", "url": "https://vtbag.pages.dev/"}'
content: '{"@context": "https://schema.org", "@type": "WebSite", "name": "@vtbag", "url": "https://vtbag.dev/"}'
---

<style>{`
Expand Down

0 comments on commit 84d2600

Please sign in to comment.