parent
dc30d12ad3
commit
e01ecfc3b2
@ -1,2 +1,3 @@
|
||||
# [mattdangelo.co](https://mattdangelo.co)
|
||||
|
||||
Personal website forked from the [LiveTerm](https://github.com/Cveinnt/LiveTerm) repo
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1 +1,19 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
export * from './commands';
|
||||
export * from './commands';
|
||||
|
||||
Loading…
Reference in new issue