update names
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2023-04-18 23:29:43 -05:00
parent 7ba7d7334e
commit a15af59267
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ authors = ["Michael Zhang"]
language = "en"
multilingual = false
src = "src"
title = "mznotes documentation"
title = "panorama documentation"
[output.html]
additional-css = ["custom.css"]

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "ouais",
"name": "panorama",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ouais",
"name": "panorama",
"dependencies": {
"@prisma/client": "^4.9.0",
"@solidjs/meta": "^0.28.2",

View file

@ -1,5 +1,5 @@
{
"name": "ouais",
"name": "panorama",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",