diff --git a/.github/workflows/npm_run_build b/.github/workflows/npm_run_build.yml similarity index 100% rename from .github/workflows/npm_run_build rename to .github/workflows/npm_run_build.yml diff --git a/astro.config.mjs b/astro.config.mjs new file mode 100644 index 0000000..ca6257a --- /dev/null +++ b/astro.config.mjs @@ -0,0 +1,10 @@ +import { defineConfig } from 'astro/config' +import solid from '@astrojs/solid-js'; + +export default defineConfig({ + site: "https://vis.fairicube.eu", + integrations: [solid()], + output: "static", + publicDir: "static", + outDir: "public", +}) diff --git a/index.html b/index.html index 7021737..3d388f7 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,11 @@ -