feat: release new client assets

This commit is contained in:
Ayo Ayco 2025-04-26 17:05:04 +02:00
parent 63d26f8c6c
commit 2cf0e53a47
2 changed files with 2 additions and 2 deletions

View file

@ -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/',

View file

@ -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'