Skip to content

Commit a973c1f

Browse files
author
markzegarelli
authored
Merge pull request #1175 from segmentio/broken-images
roling this back. it broke lots of things
2 parents 67d5bda + 76e3396 commit a973c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{%- endif -%}
2525
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
2626
<head>
27-
<!-- <base href="{{ basehref }}" /> -->
27+
<base href="{{ basehref }}" />
2828
<title> {{page.title}} | Segment Documentation</title>
2929
<meta property="og:type" content="website" />
3030
<meta property="og:site_name" content="Segment" />

0 commit comments

Comments
 (0)