diff --git a/.gitignore b/.gitignore index 9491a2f..0dac32b 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,6 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +.astro diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..b6978df Binary files /dev/null and b/public/favicon.png differ diff --git a/public/test.txt b/public/test.txt new file mode 100644 index 0000000..1792c88 --- /dev/null +++ b/public/test.txt @@ -0,0 +1 @@ +Testing assets! \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 89dee2d..2928765 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,7 @@
Well what are you doing here? This is for assets. Head over to the main page here.