Skip to content

Commit

Permalink
change domain to inote.box
Browse files Browse the repository at this point in the history
  • Loading branch information
penboxlab authored Apr 12, 2024
1 parent e39776c commit f4b6e05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ VisVrs, a blend of 'Visual' and 'Verse', is an Astro theme designed for compelli

## 🎡 Live demo

Experience [**VisVrs**](https://visvrs.vercel.app) in action.
Experience [**VisVrs**](https://inote.box) in action.

## 🌆 Showcase

Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import mdx from '@astrojs/mdx';
// Astro Configuration
export default defineConfig({
// Site Information
site: 'https://visvrs.vercel.app',
site: 'https://inote.box',

trailingSlash: 'never',

Expand Down
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://visvrs.vercel.app/sitemap-index.xml
Sitemap: https://inote.box/sitemap-index.xml
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>

<div class='flex justify-center mt-4 md:mt-0 md:order-2 md:items-center'>
<a href='https://visvrs.vercel.app/rss.xml' class='mx-2'>
<a href='https://inote.box/rss.xml' class='mx-2'>
<span class='sr-only'>RSS Feed</span>
<svg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-rss w-6 h-6 text-neutral-800 dark:text-white' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'>
<path stroke='none' d='M0 0h24v24H0z' fill='none'/>
Expand Down

0 comments on commit f4b6e05

Please sign in to comment.