# Add domain to head script and stylesheets

**URL:** https://meta.discourse.org/t/add-domain-to-head-script-and-stylesheets/175444
**Category:** Support
**Created:** [January 8, 2021, 5:04am UTC](https://meta.discourse.org/t/add-domain-to-head-script-and-stylesheets/175444 "2021-01-08T05:04:06Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Bcat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bcat/32/163148_2.png) [@Bcat](https://meta.discourse.org/u/Bcat)
#### Post date: [January 8, 2021, 5:04am UTC](https://meta.discourse.org/t/add-domain-to-head-script-and-stylesheets/175444/1 "2021-01-08T05:04:06Z")

</div>

Sometimes I have problems with broken interface on my phone when scanned by google.

Is there a way to add domains to resources in the head. I don’t use CDN AMAZON because its price is high.

`<link href="/assets/`  
`<link href="/stylesheets/`  
`<script src="/theme-javascripts/`

Desire

`<link href="https://discourse.org/assets/`  
`<link href="https://discourse.org/stylesheets/`  
`<script src="https://discourse.org/theme-javascripts/`

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [January 8, 2021, 5:07am UTC](https://meta.discourse.org/t/add-domain-to-head-script-and-stylesheets/175444/2 "2021-01-08T05:07:45Z")

</div>

> [@Bcat](#):
>
> when scanned by google.

What do you mean by that?

---

<div class="post-metadata">

### Author: ![Bcat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bcat/32/163148_2.png) [@Bcat](https://meta.discourse.org/u/Bcat)
#### Post date: [January 8, 2021, 5:51am UTC](https://meta.discourse.org/t/add-domain-to-head-script-and-stylesheets/175444/3 "2021-01-08T05:51:00Z")

</div>

Please allow me to speak up.The problem here is that the paragraph below we can ignore the above like how google reads the article. Simply Ctrl + U or view pagesource you will see links that use / instead of domain I want to ask is there any way to add Domain?

 ![IMG_20210108_125258](https://global.discourse-cdn.com/meta/original/3X/f/b/fb018fa945c368a84b3f95c2535ea01096c36020.jpeg)

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [January 8, 2021, 12:46pm UTC](https://meta.discourse.org/t/add-domain-to-head-script-and-stylesheets/175444/4 "2021-01-08T12:46:33Z")

</div>

You must set a CDN to get a full URL in there.
