Fix readme, add footer
parent
256f845c18
commit
54c7e5fbc7
|
@ -1,6 +1,6 @@
|
|||
# micromissiles-unity
|
||||
|
||||

|
||||

|
||||
|
||||
[](https://github.com/PisterLab/micromissiles-unity/actions/workflows/build.yaml)
|
||||
[](https://github.com/PisterLab/micromissiles-unity/actions/workflows/test.yaml)
|
||||
|
|
|
@ -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.'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue