ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto

third time's a charm? deploy test

Changed files
+14
public
+6
README.md
··· 8 8 npm run dev 9 9 ``` 10 10 11 + #### Build and preview 12 + ``` 13 + npm run build 14 + npm run preview 15 + ``` 16 + 11 17 #### Enable debug mode 12 18 ``` 13 19 // Option 1: Add ?debug to URL
+1
package.json
··· 1 1 { 2 2 "name": "at-last", 3 + "homepage": "https://byarielm.github.io/ATlast", 3 4 "private": true, 4 5 "version": "0.0.1", 5 6 "type": "module",
+7
public/404.html
··· 1 + <!DOCTYPE html> 2 + <html> 3 + <head> 4 + <meta http-equiv="refresh" content="0; url=/" /> 5 + </head> 6 + <body></body> 7 + </html>