Compare commits
7 Commits
new-redesi
...
f49a1d3bc7
| Author | SHA1 | Date | |
|---|---|---|---|
| f49a1d3bc7 | |||
| 5c49dc346c | |||
| 0467591053 | |||
| c3f917faa5 | |||
| 97503c3d68 | |||
| cf0dddd4a6 | |||
| 9528b39d6d |
@@ -1,10 +1,10 @@
|
||||
FROM node:20 AS builder
|
||||
FROM node:21 AS builder
|
||||
|
||||
COPY . /src
|
||||
WORKDIR /src
|
||||
RUN npm install && node ./index.js
|
||||
|
||||
FROM caddy:2.7.5
|
||||
FROM caddy:2.7.6
|
||||
|
||||
COPY img /usr/share/caddy/img
|
||||
COPY css /usr/share/caddy/css
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
property="og:image"
|
||||
content="https://www.nycbookstores.org/img/social.jpg"
|
||||
/>
|
||||
<link rel="canonical" href="https://www.nycbookstores.org/" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
|
||||
42
stores.json
42
stores.json
@@ -1594,5 +1594,47 @@
|
||||
"website": "https://www.toposbookstore.com/",
|
||||
"events": "?",
|
||||
"cafe": "No"
|
||||
},
|
||||
{
|
||||
"name": "La Joie de Vivre",
|
||||
"address": "145 W 27th St",
|
||||
"city": "New York",
|
||||
"state": "NY",
|
||||
"postcode": "10001",
|
||||
"description": "",
|
||||
"lat": "40.74632167078788",
|
||||
"long": "-73.99278487079545",
|
||||
"country": "USA",
|
||||
"website": "https://www.lajoiedevivre.nyc/",
|
||||
"events": "?",
|
||||
"cafe": "?"
|
||||
},
|
||||
{
|
||||
"name": "The World's Borough Bookshop",
|
||||
"address": "3406 73rd St",
|
||||
"city": "Queens",
|
||||
"state": "NY",
|
||||
"postcode": "11372",
|
||||
"description": "",
|
||||
"lat": "40.752560480822325",
|
||||
"long": "-73.89347162552359",
|
||||
"country": "USA",
|
||||
"website": "https://www.theworldsboroughbookshop.com/",
|
||||
"events": "Yes",
|
||||
"cafe": "No"
|
||||
},
|
||||
{
|
||||
"name": "Bibliotheque",
|
||||
"address": "54 Mercer St",
|
||||
"city": "New York",
|
||||
"state": "NY",
|
||||
"postcode": "10013",
|
||||
"description": "",
|
||||
"lat": "40.72186506996318",
|
||||
"long": "-74.0008362961281",
|
||||
"country": "USA",
|
||||
"website": "https://www.bibliothequenyc.com/",
|
||||
"events": "No",
|
||||
"cafe": "Yes"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user