mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-10 12:59:05 +02:00
update app_diff
This commit is contained in:
parent
387c6162ac
commit
83c91fefad
@ -1,3 +1,4 @@
|
||||
public/banner.png
|
||||
public/public-banner.png
|
||||
src/client/static/avatar-placeholder.png
|
||||
src/client/static/avatar-placeholder.webp
|
||||
|
@ -13,14 +13,14 @@
|
||||
+ "<meta property='og:title' content='Open SaaS' />",
|
||||
"<meta property='og:url' content='https://opensaas.sh' />",
|
||||
- "<meta property='og:description' content='I made a SaaS App. Buy my stuff.' />",
|
||||
- "<meta property='og:image' content='https://opensaas.sh/public-banner.png' />",
|
||||
- "<meta name='twitter:image' content='https://opensaas.sh/public-banner.png' />",
|
||||
- "<meta property='og:image' content='https://your-saas-app.com/public-banner.webp' />",
|
||||
- "<meta name='twitter:image' content='https://your-saas-app.com/public-banner.webp' />",
|
||||
+ "<meta property='og:description' content='Free, open-source SaaS boilerplate starter for React & NodeJS.' />",
|
||||
+ "<meta property='og:image' content='https://opensaas.sh/banner.png' />",
|
||||
+ "<meta property='og:image' content='https://opensaas.sh/public-banner.webp' />",
|
||||
+
|
||||
+ "<meta name=\"twitter:title\" content=\"Open SaaS\" />",
|
||||
+ "<meta name=\"twitter:text:title\" content=\"Open SaaS\" />",
|
||||
+ "<meta name='twitter:image' content='https://opensaas.sh/banner.png' />",
|
||||
+ "<meta name='twitter:image' content='https://opensaas.sh/public-banner.webp' />",
|
||||
+ "<meta name=\"twitter:image:alt\" content=\"Open SaaS\" />",
|
||||
"<meta name='twitter:image:width' content='800' />",
|
||||
"<meta name='twitter:image:height' content='400' />",
|
||||
|
@ -22,7 +22,7 @@ app SaaSTemplate {
|
||||
"<meta property='og:url' content='https://opensaas.sh' />",
|
||||
"<meta property='og:title' content='Open SaaS' />",
|
||||
"<meta property='og:description' content='Free, open-source SaaS boilerplate starter for React & NodeJS.' />",
|
||||
"<meta property='og:image' content='https://opensaas.sh/public-banner.png' />",
|
||||
"<meta property='og:image' content='https://opensaas.sh/public-banner.webp' />",
|
||||
//...
|
||||
],
|
||||
//...
|
||||
|
@ -60,7 +60,7 @@ If you are using an older version of the OpenSaaS template with Wasp `v0.13.x` o
|
||||
.
|
||||
├── main.wasp # Wasp Config file. You define your app structure here.
|
||||
├── .wasp/ # Output dir for Wasp. DON'T MODIFY THESE FILES!
|
||||
├── public/ # Public assets dir, e.g. www.yourdomain.com/banner.png
|
||||
├── public/ # Public assets dir, e.g. www.yourdomain.com/public-banner.webp
|
||||
├── src/ # Your code goes here.
|
||||
│ ├── admin/ # Admin dashboard related pages and components.
|
||||
│ ├── analytics/ # Logic and background jobs for processing analytics.
|
||||
@ -320,11 +320,11 @@ But before you start setting up the main features, let's walk through the custom
|
||||
|
||||
#### Customizing the Look / Style of the App
|
||||
- [ ] Update your favicon at `public/favicon.ico`.
|
||||
- [ ] Update the banner image used when posting links to your site at `public/public-banner.png`.
|
||||
- [ ] Update the banner image used when posting links to your site at `public/public-banner.webp`.
|
||||
- [ ] Update the URL for this banner at `og:image` and `twitter:image` in `app.head` of the `main.wasp` file.
|
||||
- [ ] Make changes to your landing page, `landingPage.tsx`.
|
||||
- [ ] Customize the `navBar`, `features`, `testimonials`, and `faqs` in the `contentSections.ts` file.
|
||||
- [ ] Change/rename the `logo.webp` and main banner (`open-saas-banner.png`) in the `static` folder.
|
||||
- [ ] Change/rename the `logo.webp` and main hero banner (`open-saas-banner.webp`) in the `static` folder.
|
||||
- [ ] If you want to make changes to the global styles of the app, you can do so in `tailwind.config.cjs`. **Be aware that the current custom global styles defined already are mostly used in the app's Admin Dashboard!**
|
||||
|
||||
#### Customizing the Analytics & Admin Dashboard
|
||||
|
@ -10,8 +10,8 @@ app OpenSaaS {
|
||||
"<meta property='og:title' content='My Open SaaS App' />",
|
||||
"<meta property='og:url' content='https://opensaas.sh' />",
|
||||
"<meta property='og:description' content='I made a SaaS App. Buy my stuff.' />",
|
||||
"<meta property='og:image' content='https://opensaas.sh/public-banner.png' />",
|
||||
"<meta name='twitter:image' content='https://opensaas.sh/public-banner.png' />",
|
||||
"<meta property='og:image' content='https://your-saas-app.com/public-banner.webp' />",
|
||||
"<meta name='twitter:image' content='https://your-saas-app.com/public-banner.webp' />",
|
||||
"<meta name='twitter:image:width' content='800' />",
|
||||
"<meta name='twitter:image:height' content='400' />",
|
||||
"<meta name='twitter:card' content='summary_large_image' />",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 840 KiB |
Binary file not shown.
Before Width: | Height: | Size: 246 KiB |
BIN
template/app/public/public-banner.webp
Normal file
BIN
template/app/public/public-banner.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 178 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
Loading…
x
Reference in New Issue
Block a user