Fix readme, add footer

This commit is contained in:
Daniel Lovell
2024-10-02 13:43:04 -07:00
parent 256f845c18
commit 54c7e5fbc7
2 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,10 @@ export default defineConfig({
],
search: {
provider: 'local'
},
footer: {
message: 'Released under the <a href="https://github.com/PisterLab/micromissiles-unity/blob/main/LICENSE">BSD-3-Clause License</a>.',
copyright: 'Copyright © 2024-present, The Regents of the University of California (Regents). All Rights Reserved.'
}
}
})