Added timexone island

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-10-02 15:48:31 +01:00
parent 9241dc0783
commit 1e847898b9
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
9 changed files with 288 additions and 155 deletions

View file

@ -1,6 +1,8 @@
import { defineConfig } from 'astro/config';
import vue from "@astrojs/vue";
// https://astro.build/config
export default defineConfig({
integrations: []
integrations: [vue()]
});