diff --git a/astro.config.mjs b/astro.config.mjs index 0b466af..e73ba76 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,3 +1,4 @@ +// @ts-check import { defineConfig } from 'astro/config' import node from '@astrojs/node' import sitemap from '@astrojs/sitemap' @@ -5,7 +6,6 @@ import serviceWorker from '@ayco/astro-sw' import { VERSION } from './src/consts' -// https://astro.build/config export default defineConfig({ output: 'static', site: 'https://cozy.pub/', diff --git a/src/consts.ts b/src/consts.ts index 0163767..348ce55 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -6,4 +6,4 @@ export const SITE_AUTHOR_MASTODON = 'https://social.ayco.io/@ayo' export const SITE_PROJECT_REPO = 'https://github.com/ayoayco/Cozy' export const SITE_DESCRIPTION = 'The Web is Yours.' -export const VERSION = 'Bad-Baboon' +export const VERSION = 'Careless-Carrot'