do some things
This commit is contained in:
parent
bdea8efb53
commit
1979bae370
2 changed files with 13 additions and 13 deletions
24
server.js
24
server.js
|
|
@ -163,18 +163,18 @@ app.use(express.static(publicPath));
|
|||
// type: "theme",
|
||||
// });
|
||||
|
||||
await catalog_assets.create({
|
||||
package_name: "com.neptune.neptune",
|
||||
title: "Neptune",
|
||||
image: "neptune.webp",
|
||||
author: "Neptune",
|
||||
version: "1.0.0",
|
||||
description: "Neptune image",
|
||||
tags: ["Image", "Funny"],
|
||||
payload: "neptune.css",
|
||||
background_image: "neptune.webp",
|
||||
type: "theme",
|
||||
});
|
||||
// await catalog_assets.create({
|
||||
// package_name: "com.neptune.neptune",
|
||||
// title: "Neptune",
|
||||
// image: "neptune.webp",
|
||||
// author: "Neptune",
|
||||
// version: "1.0.0",
|
||||
// description: "Neptune image",
|
||||
// tags: ["Image", "Funny"],
|
||||
// payload: "neptune.css",
|
||||
// background_image: "neptune.webp",
|
||||
// type: "theme",
|
||||
// });
|
||||
|
||||
catalog_assets.sync();
|
||||
const server = createServer();
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ const t = useTranslations(lang);
|
|||
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
|
||||
/>
|
||||
</HeaderButton>
|
||||
<HeaderButton text={t("header.catalog")} route={`/${lang}/catalog/`}>
|
||||
<HeaderButton text={t("header.catalog")} route={`/catalog/1`}>
|
||||
<Icon
|
||||
name="ph:shopping-bag-open-fill"
|
||||
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue