Skip to content

Commit

Permalink
fix: specify static directory in config
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Jan 23, 2024
1 parent 077f4d8 commit 586bd96
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/ad-placements/brave-browser/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 2

Brave News is a private, customizable news feed that appears in every new tab page of the Brave browser. Advertisers can insert paid native display placements that appear similar to the images and snippets shown in the news feed.

![Newsfeed.png](/static/img/Newsfeed.png)
![Newsfeed.png](/img/Newsfeed.png)
### Ad requirements
- Image
- 900w x 750h (JPEG or PNG)
Expand Down
2 changes: 1 addition & 1 deletion docs/ad-placements/brave-browser/notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Notification ads feature a title and short CTA; clicks drive users to the advert

This unit is an ideal addition for advertisers looking to add engagement, quality site traffic, or acquisition drivers to paid marketing campaigns. Notification ads appear only to those who've opted in to seeing them. This makes them the surface that reaches the most discerning—and engaged—audience in the Brave ecosystem.

![Notification.png](/static/img/Notification.png)
![Notification.png](/img/Notification.png)
### Ad requirements
- Ad copy
- Title: 30 character limit, must include brand name
Expand Down
2 changes: 1 addition & 1 deletion docs/ad-placements/brave-browser/ntt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1
**Available only via Managed Service buys** <br /><br />
The New tab takeover is Brave’s most high-impact ad unit, and offers a near full-screen takeover of the new tab page on Brave. Ads are served on the first new tab upon starting the browser, and every third new tab thereafter. In between, users see a rotation of landscape photographs from the Brave community.

![NTT.png](/static/img/NTT.png)
![NTT.png](/img/NTT.png)
### Ad requirements
- One to three background images
- 2560 (wide) x 1440 (high), JPEG format only
Expand Down
2 changes: 1 addition & 1 deletion docs/ad-placements/brave-search/keyword.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1
**Available only via Managed Service buys** <br /><br />
Search keyword ads are similar to the text and url-based ads shown on search engines like Google and Bing. When people search on Brave Search for terms related to an advertiser's products or services, the advertiser's ad may appear at the top or side of the search results. If a user clicks the ad, they will be directed to the advertiser's website. This allows advertisers to reach people searching for relevant products and services in high-intent moments. Unlike some other search engines, Brave Search Ads are designed to respect users' privacy and not track people across the internet.

![Search.png](/static/img/Search.png)
![Search.png](/img/Search.png)
### Ad requirements
- Ad copy
- Headline: 30 characters
Expand Down
2 changes: 2 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const config: Config = {
} satisfies Preset.Options,
],
],

staticDirectories: ["static"],

themeConfig: {
navbar: {
Expand Down

0 comments on commit 586bd96

Please sign in to comment.