feat: release new client assets
This commit is contained in:
parent
63d26f8c6c
commit
2cf0e53a47
2 changed files with 2 additions and 2 deletions
|
@ -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/',
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue